CINXE.COM

Platform Overview | Freshworks Neo | Enterprise platform by Freshworks

<!DOCTYPE html> <html lang="ru"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://www.freshworks.com/ru/platform/","20211029062234","https://web.archive.org/","web","/_static/", "1635488554"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <script> (function() { var hostName = window.location.host; if(!((hostName.indexOf('content-') >= 0) || (hostName.indexOf('pre-production') >= 0) || (hostName.indexOf('localhost') >= 0))) { document.write('<script src="https:\/\/web.archive.org\/web\/20211029062234\/https:\/\/cdn-ukwest.onetrust.com\/scripttemplates\/otSDKStub.js" data-document-language="true" type="text\/javascript" charset="UTF-8" data-domain-script="2a76c653-4097-454f-9172-b4ab95061efd"><\/script>'); } })(); </script> <script type="text/javascript"> function OptanonWrapper() { OneTrust.InsertScript('/static-assets/js/websiteAnalytics.js', 'head', null, null, 'C0001'); OneTrust.InsertScript('/static-assets/js/sanitizeCookies.js', 'head', null, null, 'C0001'); if (window.sanitize) window.sanitize(); } </script> <script type="text/plain" class="optanon-category-C0004" src="//web.archive.org/web/20211029062234js_/https://cdn.freshmarketer.com/61608/70421.js" defer></script> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>Platform Overview | Freshworks Neo | Enterprise platform by Freshworks</title> <meta name="description" content="Freshworks Neo platform provides tools and services that help customers, partners, and developers craft intuitive experiences, and integrate their systems to enhance productivity"> <meta name="keywords" content="Freshworks Neo, Platform, Freshworks Platform"> <link rel="icon" size="16x16" type="image/png" href="/web/20211029062234im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="icon" size="96x96" type="image/png" href="/web/20211029062234im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="icon" size="32x32" type="image/png" href="/web/20211029062234im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="icon" size="192x192" type="image/png" href="/web/20211029062234im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="apple-touch-icon" size="16x16" type="image/png" href="/web/20211029062234im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="apple-touch-icon" size="96x96" type="image/png" href="/web/20211029062234im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="apple-touch-icon" size="32x32" type="image/png" href="/web/20211029062234im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="apple-touch-icon" size="192x192" type="image/png" href="/web/20211029062234im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <meta content="IE=edge" http-equiv="X-UA-Compatible"> <meta content="on" http-equiv="cleartype"/> <meta property="og:url" content="www.freshworks.com/ru/platform"> <meta property="og:type" content="website"/> <meta property="og:title" content="Platform Overview | Freshworks Neo | Enterprise platform by Freshworks"> <meta property="og:description" content="Freshworks Neo platform provides tools and services that help customers, partners, and developers craft intuitive experiences, and integrate their systems to enhance productivity"> <link rel="canonical" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/ru/platform/"> <meta property="og:image" content="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ckgs06v050198z8g1lau2s4z8-neo-platform.full.png"/> <meta name="og:image" content="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ckgs06v050198z8g1lau2s4z8-neo-platform.full.png"/> <meta name="twitter:title" content="Platform Overview | Freshworks Neo | Enterprise platform by Freshworks"/> <meta name="twitter:description" content="Freshworks Neo platform provides tools and services that help customers, partners, and developers craft intuitive experiences, and integrate their systems to enhance productivity"/> <meta property="twitter:image" content="https://website-assets-fw.freshworks.com/attachments/ckgs06v050198z8g1lau2s4z8-neo-platform.full.png"/> <meta content="true" name="HandheldFriendly"/> <meta content="320" name="MobileOptimized"/> <meta content="yes" name="apple-mobile-web-app-capable"/> <meta content="black-translucent" name="apple-mobile-web-app-status-bar-style"/> <meta content="telephone=no" name="format-detection"/> <meta content="address=no" name="format-detection"/> <script> try { // url sanitize -- update current search after removing vulnerable params in the url var currentSearch = (function sanitizeQueryParams (queryString) { if (!queryString) return ''; var decoded; try { // handle malformed URL with lone '%' char decoded = decodeURIComponent(queryString); } catch (e) { decoded = queryString.replace(/%/g, '') } if (decoded.indexOf('%') > -1) { return sanitizeQueryParams(decoded); } var queryParams = decoded.slice(1).split('&').map(function (param) { var pair = param.replace(/[<>()]/g, '').split('='); // handle broken query param before encoding if(pair.length < 2) return pair; return pair[0] + '=' + encodeURIComponent(pair[1]); }).join('&'); return queryParams; })(window.location.search); if (currentSearch) { var queryParams = currentSearch.split('&'); var blackListedQueryParams = /(first_name|first-name|last-name|last_name|email|company|domain-|phone).*/gi var cleanQueryParams = '?' queryParams.forEach(function(query) { // Handling emails if (query.indexOf('@') !== -1 ) { return; }; // Handle cases that match regex var queryLeft = query.trim().split('=')[0] if (blackListedQueryParams.test(queryLeft)) return; cleanQueryParams += `${query}&` }); // Remove any trailing & cleanQueryParams = cleanQueryParams.replace(/&$/, ''); // Change the params if there is a mismatch if (window.location.search !== cleanQueryParams) { window.history.replaceState(null, null, cleanQueryParams); } } } catch (e) { console.log(e); } </script> <script type="text/javascript" defer> window.socTrack = { siteid: "www.freshworks.com", isFormTrackingEnabled: false, isApiModeEnabled: true }; (function(i, s, o, g) { var a = s.createElement(o); a.src = g; var m = s.getElementsByTagName('head')[0]; m.appendChild(a); })(window, document, 'script', (/^http:/.test(document.location) ? 'http' : 'https') + '://cdn-public.sociabble.com/blob/js/leadgen/track.min.js?v=1.7') </script> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20211029062234cs_/https://use.typekit.net/pjk5ugs.css"/> <link href="/web/20211029062234cs_/https://www.freshworks.com/static-assets/css/site.css?6f6812ed248940a7d18322734eb4e7dd" rel="stylesheet"/> <style type="text/css"> /*.apos-ui .apos-field-object { border: 1px solid #d8d8d8; padding: 20px; }*/ </style> <script type="text/plain" class="optanon-category-C0003"> document.cookie = 'cssVersion=6f6812ed248940a7d18322734eb4e7dd; path=/; domain='+window.location.hostname+'; max-age=' + 60*60*24*365; </script> <script type="text/javascript"> window.FW = { cbQueue: [], onLoad: function(){ this.cbQueue.push(arguments) } }; </script> <link rel="alternate" hreflang="x-default" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/platform/"/> <link rel="alternate" hreflang="en-US" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/platform/"/> <link rel="alternate" hreflang="de" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/de/platform/"/> <link rel="alternate" hreflang="nl" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/nl/platform/"/> <link rel="alternate" hreflang="fr" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/fr/platform/"/> <link rel="alternate" hreflang="sv" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/se/platform/"/> <link rel="alternate" hreflang="es-ES" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/es/platform/"/> <link rel="alternate" hreflang="es-MX" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/latam/platform/"/> <link rel="alternate" hreflang="es-CO" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/latam/platform/"/> <link rel="alternate" hreflang="es-AR" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/latam/platform/"/> <link rel="alternate" hreflang="pt-BR" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/br/platform/"/> <link rel="alternate" hreflang="ja-JP" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/jp/platform/"/> <link rel="alternate" hreflang="ko" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/ko/platform/"/> <link rel="alternate" hreflang="ru" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/ru/platform/"/> <link rel="alternate" hreflang="zh-hans" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/cn/platform/"/> <link rel="alternate" hreflang="th" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/th/platform/"/> <link rel="alternate" hreflang="pl" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/pl/platform/"/> <link rel="alternate" hreflang="zh-hant" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/hk/platform/"/> <link rel="alternate" hreflang="tr" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/tr/platform/"/> </head> <body class=" nav-transparent " data-product-name="platform" data-lang="ru"> <header> <a target="_blank" class="banner-notification" href="https://web.archive.org/web/20211029062234/https://open-wc.org/guides/community/component-libraries/"> <p>Hurray! Crayons by Freshworks Developer Platform is now on the Open Web Component list. <span class="forward--link link">Read More</span></p> </a> <nav class="nav-scroll nav-light-bg "> <div class="nav-super-wrapper nav-wrapper-border"> <div class="nav-super l-page clearfix-lg"> <span class="nav-super-item home-link"> <a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/"> <img class="logo logo-fworks nav-super-logo" src="/web/20211029062234im_/https://www.freshworks.com/static-assets/images/common/company/logos/logo-fworks-black.svg" alt="Freshworks"/> </a> </span> <ul class="l-nav-list nav-super-menu"> <li class="nav-super-item card-nav has-sub-menu "> <span class="nav-super-label">Продукты</span> <i class="icon-arrow-down nav-sub-toggle"></i> <ul class="l-nav-list nav-sub-menu persona-product-wrapper persona-product-wrapper-v2"> <div class="nav-persona-product-row"> <div class="nav-persona-product-column"> <div class="persona-column-inner"> <p class="product_category">Для клиентов</p> <li class="nav-sub-item nav-logo-tagline"> <a target="_blank" rel="nofollow" href="https://web.archive.org/web/20211029062234/https://freshdesk.com/ru/?source=platform&amp;medium=referral&amp;campaign=platform_corp_nav" class="nav-sub-label"> <div class="persona-product-card"> <img src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ckrykhl5g0ckzhsg007olc6wq-fdesk.svg" class="icon" alt=""> <h6 class="product-heading"></h6> <span class="desc">Удивляйте клиентов омниканальным обслуживанием</span> <span class="label">Удивляйте клиентов омниканальным обслуживанием</span> </div> </a> </li> <li class="nav-sub-item nav-logo-tagline"> <a target="_blank" rel="" href="/web/20211029062234/https://www.freshworks.com/freshsales-crm/?source=platform&amp;medium=referral&amp;campaign=platform_corp_nav" class="nav-sub-label"> <div class="persona-product-card"> <img src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ckrykhl510bm6hlg02akrbj33-fsales.svg" class="icon" alt=""> <h6 class="product-heading"></h6> <span class="desc">Увеличивайте прибыль благодаря исчерпывающим данным о клиентах</span> <span class="label">Увеличивайте прибыль благодаря исчерпывающим данным о клиентах</span> </div> </a> </li> <li class="nav-sub-item nav-logo-tagline"> <a target="_blank" rel="" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/marketing-automation/?source=platform&amp;medium=referral&amp;campaign=platform_corp_nav" class="nav-sub-label"> <div class="persona-product-card"> <img src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ckrykhl4q0cmfi8g0f94yoxql-fmarketer.svg" class="icon" alt=""> <h6 class="product-heading"></h6> <span class="desc">Персонализируйте маркетинг с удобной и эффективной автоматизацией</span> <span class="label">Персонализируйте маркетинг с удобной и эффективной автоматизацией</span> </div> </a> </li> </div> </div> <div class="nav-persona-product-column"> <div class="persona-column-inner"> <p class="product_category">Для сотрудников</p> <li class="nav-sub-item nav-logo-tagline"> <a target="_blank" rel="nofollow" href="https://web.archive.org/web/20211029062234/https://freshservice.com/ru/?source=platform&amp;medium=referral&amp;campaign=platform_corp_nav" class="nav-sub-label"> <div class="persona-product-card"> <img src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ckrykhl4t0cu6evfzkhmth9ao-fservicce.svg" class="icon" alt=""> <h6 class="product-heading"></h6> <span class="desc">Масштабируйте управление IT-сервисами для своего бизнеса.</span> <span class="label">Масштабируйте управление IT-сервисами для своего бизнеса.</span> </div> </a> </li> <li class="nav-sub-item nav-logo-tagline"> <a target="_blank" rel="" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/hrms/?source=platform&amp;medium=referral&amp;campaign=platform_corp_nav" class="nav-sub-label"> <div class="persona-product-card"> <img src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ckrykhl4k07cxe3fz38gftbqp-fteam.svg" class="icon" alt=""> <h6 class="product-heading"></h6> <span class="desc">Управляйте сотрудниками в единой платформе.</span> <span class="label">Управляйте сотрудниками в единой платформе.</span> </div> </a> </li> </div> </div> </div> <div class="bottom-pane"> <a rel="" href="/web/20211029062234/https://www.freshworks.com/ru/products/"> <li class="nav-sub-item nav-logo-tagline bottom-pane-link fworks-bg align-center"> <span class="forward--link">Cмотреть все продукты</span> </li> </a> </div> </ul> </li> <li class="nav-super-item card-nav has-sub-menu "> <span class="nav-super-label">Платформа</span> <i class="icon-arrow-down nav-sub-toggle"></i> <ul class="l-hav-list has-platform-menu nav-sub-menu"> <div class="platform-card"> <div class="row"> <div class="col-md-4"> <div class="card-width"> <li class="nav-main-item-list"> <a rel="nofollow" href="/web/20211029062234/https://www.freshworks.com/ru/platform/"> <img src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ckgqmja1d0h2b6wg1n14vypim-neo.svg" class="feature-product-logo" alt="icon"> <div><p class="nav-title"><strong>Freshworks Neo</strong></p> <p class="feature-product-description">Используйте универсальную корпоративную платформу на базе искусственного интеллекта для комплексного подхода к обслуживанию клиентов</p> </div> </a> </li> </div> <div class="card-width"> <li class="nav-main-item-list"> <div class="platform-nav-main-item"> <img src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cksbobfoz00pgqcg0q9ch9jr9-freddy-icon.svg" class="icon" alt="icon"> <h6 class="nav-main-item-title">ИИ Фредди</h6> </div> <ul class="nav-main-item-list"> <a rel="nofollow" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/freddy-ai/" class="sub-nav-link"> <li class="nav-main-item-link">Об ИИ Фредди</li> </a> <a rel="nofollow" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/freddy-ai/freddy-ai-skills/" class="sub-nav-link"> <li class="nav-main-item-link">Возможности Фредди</li> </a> </ul> </li> </div> </div> <div class="col-md-4"> <div class="card-width"> <li class="nav-main-item-list"> <div class="platform-nav-main-item"> <img src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cksboasca00pdqcg0pkvyos74-features-icon.svg" class="icon" alt="icon"> <h6 class="nav-main-item-title">Особенности</h6> </div> <ul class="nav-main-item-list"> <a rel="nofollow" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/platform/analytics" class="sub-nav-link"> <li class="nav-main-item-link">Аналитика</li> </a> <a rel="nofollow" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/platform/neo-admin-center/" class="sub-nav-link"> <li class="nav-main-item-link">Центр администрирования Neo</li> </a> <a rel="nofollow" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/platform/neo-collaboration-platform/" class="sub-nav-link"> <li class="nav-main-item-link">Сотрудничество</li> </a> <a rel="nofollow" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/platform/events-and-notifications/" class="sub-nav-link"> <li class="nav-main-item-link">События и уведомления</li> </a> <a rel="nofollow" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/ru/platform/unified-customer-record/" class="sub-nav-link"> <li class="nav-main-item-link">Единая история клиента</li> </a> </ul> </li> </div> </div> <div class="col-md-4"> <a rel="nofollow" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/apps/" class="partner-nav-sub-item card-width"> <img src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cksbodhvi00ibeffzkd5a5nf7-marketplace.svg" class="icon" alt="icon"> <li class="nav-sub-item-link"> <h6>Магазин приложений</h6> </li> </a> <a rel="nofollow" href="https://web.archive.org/web/20211029062234/https://developer.freshworks.com/" class="partner-nav-sub-item card-width"> <img src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cksboe9x600taelfz6dsqc8yo-developer-portal-icon.svg" class="icon" alt="icon"> <li class="nav-sub-item-link"> <h6>Портал разработчика</h6> </li> </a> <a rel="nofollow" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/ru/platform/technology-alliances/" class="partner-nav-sub-item card-width"> <img src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cksep8ifo00rc2dfz8sgnm264-technology-alliances-icon.svg" class="icon" alt="icon"> <li class="nav-sub-item-link"> <h6>Альянс технологий</h6> </li> </a> <a rel="nofollow" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/ru/platform/customer-spotlight/" class="partner-nav-sub-item card-width"> <img src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cksep6hyw00jy46g06a9y9eqs-trophy-01.svg" class="icon" alt="icon"> <li class="nav-sub-item-link"> <h6>Успехи наших клиентов</h6> </li> </a> </div> </div> </div> </ul> </li> <li class="nav-super-item has-sub-menu "> <span class="nav-super-label">Компания</span> <i class="icon-arrow-down nav-sub-toggle"></i> <ul class="l-nav-list nav-sub-menu"> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/ru/company/about/" rel=""> <span class="label"> О нас </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/ru/company/leadership/" rel=""> <span class="label"> Руководство </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/ru/company/board" rel=""> <span class="label"> Совет директоров </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/ru/company/investors" rel=""> <span class="label"> Инвесторы </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/company/affiliate-partner/" rel=""> <span class="label"> Отделения </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/company/partners/" rel=""> <span class="label"> Партнеры </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/company/philanthropy/software-academy/" rel=""> <span class="label"> Благотворительность </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/ru/company/life-at-freshworks" rel=""> <span class="label"> Жизнь в Freshworks </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/newsroom/press-releases/" rel=""> <span class="label"> СМИ </span> </a> </li> </ul> </li> <li class="nav-super-item has-sub-menu "> <span class="nav-super-label">Ресурсы</span> <i class="icon-arrow-down nav-sub-toggle"></i> <ul class="l-nav-list nav-sub-menu"> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/ru/blogs/" rel=""> <span class="label"> Блоги </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/academy" rel=""> <span class="label"> Академия </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/resources/videos" rel=""> <span class="label"> Видео </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="https://web.archive.org/web/20211029062234/https://community.freshworks.com/" rel=""> <span class="label"> Сообщество </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/campaigns/freshstart/" rel=""> <span class="label"> Новый старт </span> </a> </li> </ul> </li> <li class="nav-super-item "> <a class="nav-super-label" href="/web/20211029062234/https://www.freshworks.com/ru/customers/" rel="">Клиенты</a> </li> <li class="nav-super-item "> <a class="nav-super-label" href="/web/20211029062234/https://www.freshworks.com/ru/support/" rel="">Поддержка</a> </li> <li class="language-selector nav-super-item has-sub-menu hide-in-mobile"> <span class="selected-fw-flag fw-flag fw-flag-romania"></span> <i class="icon-arrow-down nav-sub-toggle"></i> <div class="language-selector-card"> <div class="navigation-language-selector"> <div class="row"> <p class="region-label">North America</p><a class="col-md-4 language-wrapper" href="/web/20211029062234/https://www.freshworks.com/platform/"> <span class="fw-flag fw-flag-united-states-of-america"></span><span class="label">English</span> </a> </div> <div class="row pt-xs"> <p class="region-label">Middle East and Africa</p><a class="col-md-4 language-wrapper" href="/web/20211029062234/https://www.freshworks.com/ae/"> <span class="fw-flag fw-flag-central-african-republic"></span><span class="label">English (UAE)</span> </a><a class="col-md-4 language-wrapper" href="/web/20211029062234/https://www.freshworks.com/za/"> <span class="fw-flag fw-flag-south-africa"></span><span class="label">English (South Africa)</span> </a> </div> <div class="row pt-xs"> <p class="region-label">Europe</p><a class="col-md-4 language-wrapper" href="/web/20211029062234/https://www.freshworks.com/de/platform/"> <span class="fw-flag fw-flag-germany"></span><span class="label">Deutsch</span> </a><a class="col-md-4 language-wrapper" href="/web/20211029062234/https://www.freshworks.com/nl/platform/"> <span class="fw-flag fw-flag-netherlands"></span><span class="label">Nederlands</span> </a><a class="col-md-4 language-wrapper" href="/web/20211029062234/https://www.freshworks.com/fr/platform/"> <span class="fw-flag fw-flag-france"></span><span class="label">Français</span> </a><a class="col-md-4 language-wrapper" href="/web/20211029062234/https://www.freshworks.com/se/platform/"> <span class="fw-flag fw-flag-sweden"></span><span class="label">Svenska</span> </a><a class="col-md-4 language-wrapper" href="/web/20211029062234/https://www.freshworks.com/es/platform/"> <span class="fw-flag fw-flag-spain"></span><span class="label">Español</span> </a><a class="col-md-4 language-wrapper" href="/web/20211029062234/https://www.freshworks.com/pt/"> <span class="fw-flag fw-flag-portugal"></span><span class="label">Português</span> </a><a class="col-md-4 language-wrapper active"> <span class="fw-flag fw-flag-romania"></span><span class="label">Pусский</span> </a><a class="col-md-4 language-wrapper" href="/web/20211029062234/https://www.freshworks.com/pl/platform/"> <span class="fw-flag fw-flag-poland"></span><span class="label">Polski</span> </a><a class="col-md-4 language-wrapper" href="/web/20211029062234/https://www.freshworks.com/tr/platform/"> <span class="fw-flag fw-flag-turkey"></span><span class="label">Türkçe</span> </a><a class="col-md-4 language-wrapper" href="/web/20211029062234/https://www.freshworks.com/no/"> <span class="fw-flag fw-flag-norway"></span><span class="label">Norwegian</span> </a> </div> <div class="row pt-xs"> <p class="region-label">Latin America</p><a class="col-md-4 language-wrapper" href="/web/20211029062234/https://www.freshworks.com/latam/platform/"> <span class="fw-flag fw-flag-mexico"></span><span class="label">Español</span> </a><a class="col-md-4 language-wrapper" href="/web/20211029062234/https://www.freshworks.com/br/platform/"> <span class="fw-flag fw-flag-brazil"></span><span class="label">Português</span> </a> </div> <div class="row pt-xs"> <p class="region-label">Asia Pacific</p><a class="col-md-4 language-wrapper" href="/web/20211029062234/https://www.freshworks.com/jp/platform/"> <span class="fw-flag fw-flag-japan"></span><span class="label">日本語</span> </a><a class="col-md-4 language-wrapper" href="/web/20211029062234/https://www.freshworks.com/ko/platform/"> <span class="fw-flag fw-flag-korea-south"></span><span class="label">한국어</span> </a><a class="col-md-4 language-wrapper" href="/web/20211029062234/https://www.freshworks.com/cn/platform/"> <span class="fw-flag fw-flag-china"></span><span class="label">简体中文</span> </a><a class="col-md-4 language-wrapper" href="/web/20211029062234/https://www.freshworks.com/th/platform/"> <span class="fw-flag fw-flag-thailand"></span><span class="label">ภาษาไทย</span> </a><a class="col-md-4 language-wrapper" href="/web/20211029062234/https://www.freshworks.com/hk/platform/"> <span class="fw-flag fw-flag-china"></span><span class="label">繁體中文</span> </a> </div> </div> </div> </li> </ul> </div> </div> <div class="nav-primary-wrapper"> <div class="nav-primary l-page"> <div class="nav-logo-wrapper"> <div class="product-logo-wrap"> <a href="/web/20211029062234/https://www.freshworks.com/" class="product-logo-icon"> <img src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ckgqmja1d0h2b6wg1n14vypim-neo.svg" class="icon product-logo-dew" alt="Freshworks Neo"> <img src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ckgqmja1d0h2b6wg1n14vypim-neo.svg" class="icon sub-product-logo-dew" alt=""> Freshworks Neo </a> </div> </div> <ul class="l-nav-list nav-main-menu"> </ul> <ul class="l-nav-list nav-company-menu"> <li class="nav-main-item caps-heading-12 home-link"> <span class="nav-sub-item nav-company-logo"> <a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/"> <img class="logo logo-fworks " src="/web/20211029062234im_/https://www.freshworks.com/static-assets/images/common/company/logos/logo-fworks-white.svg" alt="Freshworks"/> </a> </span> </li> <li class="nav-main-item caps-heading-12 "> </li> <li class="nav-main-item caps-heading-12 "> </li> <li class="nav-main-item caps-heading-12 has-sub-menu "> <span class="nav-label">Компания</span> <i class="icon-arrow-down nav-sub-toggle"></i> <ul class="l-nav-list nav-sub-menu"> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/ru/company/about/" rel=""> <span class="label"> О нас </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/ru/company/leadership/" rel=""> <span class="label"> Руководство </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/ru/company/board" rel=""> <span class="label"> Совет директоров </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/ru/company/investors" rel=""> <span class="label"> Инвесторы </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/company/affiliate-partner/" rel=""> <span class="label"> Отделения </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/company/partners/" rel=""> <span class="label"> Партнеры </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/company/philanthropy/software-academy/" rel=""> <span class="label"> Благотворительность </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/ru/company/life-at-freshworks" rel=""> <span class="label"> Жизнь в Freshworks </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/newsroom/press-releases/" rel=""> <span class="label"> СМИ </span> </a> </li> </ul> </li> <li class="nav-main-item caps-heading-12 has-sub-menu "> <span class="nav-label">Ресурсы</span> <i class="icon-arrow-down nav-sub-toggle"></i> <ul class="l-nav-list nav-sub-menu"> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/ru/blogs/" rel=""> <span class="label"> Блоги </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/academy" rel=""> <span class="label"> Академия </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/resources/videos" rel=""> <span class="label"> Видео </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="https://web.archive.org/web/20211029062234/https://community.freshworks.com/" rel=""> <span class="label"> Сообщество </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211029062234/https://www.freshworks.com/campaigns/freshstart/" rel=""> <span class="label"> Новый старт </span> </a> </li> </ul> </li> <li class="nav-main-item caps-heading-12 "> <a class="nav-label" href="/web/20211029062234/https://www.freshworks.com/ru/customers/" rel="">Клиенты</a> </li> <li class="nav-main-item caps-heading-12 "> <a class="nav-label" href="/web/20211029062234/https://www.freshworks.com/ru/support/" rel="">Поддержка</a> </li> <li class="nav-main-item caps-heading-12 lang-selector fworks-language-selector hide-in-tablet-and-desktop"> <form id="lang-switch" action=""> <select class="lang-options"> <option value="English" data-link="/platform"> English </option> <option value="English (UAE)" data-link="/ae/platform"> English (UAE) </option> <option value="English (South Africa)" data-link="/za/platform"> English (South Africa) </option> <option value="Deutsch" data-link="/de/platform"> Deutsch </option> <option value="Nederlands" data-link="/nl/platform"> Nederlands </option> <option value="Français" data-link="/fr/platform"> Français </option> <option value="Svenska" data-link="/se/platform"> Svenska </option> <option value="Español" data-link="/es/platform"> Español </option> <option value="Español" data-link="/latam/platform"> Español </option> <option value="Português" data-link="/br/platform"> Português </option> <option value="Português" data-link="/pt/platform"> Português </option> <option value="日本語" data-link="/jp/platform"> 日本語 </option> <option value="한국어" data-link="/ko/platform"> 한국어 </option> <option value="简体中文" data-link="/cn/platform"> 简体中文 </option> <option value="ภาษาไทย" data-link="/th/platform"> ภาษาไทย </option> <option value="Polski" data-link="/pl/platform"> Polski </option> <option value="繁體中文" data-link="/hk/platform"> 繁體中文 </option> <option value="Türkçe" data-link="/tr/platform"> Türkçe </option> <option value="Norwegian" data-link="/no/platform"> Norwegian </option> </select> </form> <span class="nav-label lang-choice" data-lang="">Pусский</span> <i class="icon-arrow-down"></i> </li> </ul> </div> </div> </nav> <script type="text/javascript"> // Activate the navigation elements FW.onLoad(function () { FW.navigation.navLoader(); }); </script> </header> <div class="modal geo-modal" id="geo-modal" tabindex="-1" role="dialog" aria-labelledby="geo-modal" data-native=""> <div class="modal-dialog modal-md" role="document"> <div class="modal-content"> <div> <div class="modal-close geo-pop-close" data-dismiss="modal" aria-label="close"> <i class="icon-close"></i> </div> </div> <div class="modal-body clearfix-md"> </div> </div> </div> </div> <script type="text/javascript"> FW.onLoad(function () { var geoPopupStatus = localStorage.getItem('geoPopupStatus'); if (geoPopupStatus) { geoPopupStatus = JSON.parse(geoPopupStatus); if (geoPopupStatus[0].modalShowed) { return; } } FW.$.ajax({ url: 'https://web.archive.org/web/20211029062234/https://alfred.freshworks.com/v1/get-geo-popup-data', method: 'POST', dataType: 'json', contentType: 'application/json', success: (response, textStatus, jqXHR) => { var geoPopupCountries = { 'default-draft' : { 'countryCodes': ['US'], 'urlLocaleCode': '/', 'languageName': 'English' }, 'en-us' : { 'countryCodes': ['US'], 'urlLocaleCode': '/', 'languageName': 'English' }, 'en-eu' : { 'countryCodes': ['EU'], 'urlLocaleCode': '/eu/', 'languageName': 'English' }, 'en-ae' : { 'countryCodes': ['AE'], 'urlLocaleCode': '/ae/', 'languageName': 'English' }, 'en-za' : { 'countryCodes': ['ZA'], 'urlLocaleCode': '/za/', 'languageName': 'English' }, 'de-de' : { 'countryCodes': ['DE'], 'urlLocaleCode': '/de/', 'languageName': 'Deutsch' }, 'nl': { 'countryCodes': ['NL'], 'urlLocaleCode': '/nl/', 'languageName': 'Nederlands' }, 'fr': { 'countryCodes': ['FR'], 'urlLocaleCode': '/fr/', 'languageName': 'Français' }, 'se': { 'countryCodes': ['SE'], 'urlLocaleCode': '/se/', 'languageName': 'Svenska' }, 'es': { 'countryCodes': ['ES'], 'urlLocaleCode': '/es/', 'languageName': 'Español' }, 'ru': { 'countryCodes': ['RU'], 'urlLocaleCode': '/ru/', 'languageName': 'Pусский' }, 'it': { 'countryCodes': ['IT'], 'urlLocaleCode': '/it/', 'languageName': 'Italiano' }, 'pl': { 'countryCodes': ['PL'], 'urlLocaleCode': '/pl/', 'languageName': 'Polski' }, 'tr': { 'countryCodes': ['TR,'], 'urlLocaleCode': '/tr/', 'languageName': 'Türkçe' }, 'es-latam': { 'countryCodes': ['ES'], 'urlLocaleCode': '/latam/', 'languageName': 'Español' }, 'pt-br': { 'countryCodes': ['BR'], 'urlLocaleCode': '/br/', 'languageName': 'Português' }, 'jp': { 'countryCodes': ['JP'], 'urlLocaleCode': '/jp/', 'languageName': '日本語' }, 'ko': { 'countryCodes': ['KP', 'KR'], 'urlLocaleCode': '/ko/', 'languageName': '한국어' }, 'cn': { 'countryCodes': ['CN'], 'urlLocaleCode': '/cn/', 'languageName': '简体中文' }, 'th': { 'countryCodes': ['TH'], 'urlLocaleCode': '/th/', 'languageName': 'ภาษาไทย' }, 'vi': { 'countryCodes': ['VI'], 'urlLocaleCode': '/vi/', 'languageName': 'Tiếng Việt' }, 'hk': { 'countryCodes': ['HK'], 'urlLocaleCode': '/hk/', 'languageName': '繁體中文' } }; var localization = null; try { localization = JSON.parse("[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]"); } catch(e) {} FW.Utils.LocationUtilities.onLocationReady(function (geoLocation, simpleGeoLocation) { var pageLocale = 'ru' || null; if(pageLocale && geoPopupCountries[pageLocale]) { var countryCodes = geoPopupCountries[pageLocale].countryCodes if (!(countryCodes.includes(simpleGeoLocation.countryCode))) { FW.$.each( geoPopupCountries, function( key, value ) { if(value.countryCodes.includes(simpleGeoLocation.countryCode)) { var linkWrapper = FW.$('.geo-popup-link-wrapper').find(`[data-lang="${key}"]`); if (linkWrapper.length > 0 ) { var geoPopupObj = response.geoPopupArray.find(x => x.geo_popup_locale === key); if (geoPopupObj && geoPopupObj.geo_popup_product && geoPopupObj.geo_popup_product.includes('platform')) { var showPopup = false; if (geoPopupObj.geo_popup_is_all_pages === 'all' || (geoPopupObj.geo_popup_specific_pages.filter(i => i.link_custom === '/ru/platform').length > 0)) { showPopup = true; } if (showPopup) { FW.$('.geo-popup-content-wrapper').find(`[data-geopopup-locale]`).addClass('hide'); FW.$('.geo-popup-link-wrapper').find(`[data-lang]`).addClass('hide'); var contentWrapper = FW.$('.geo-popup-content-wrapper').find(`[data-geopopup-locale="${key}"]`); contentWrapper.removeClass('hide'); FW.$('.geo-popup-link-wrapper').find(`[data-lang="${key}"]`).removeClass('hide'); var visitText = contentWrapper.find(`.visit-text`).val(); var continueText = contentWrapper.find(`.continue-text`).val(); continueText = continueText && continueText.replace('<<>>', value.languageName); var domain = window.location.hostname; linkWrapper.find('.visit-label').text(visitText); linkWrapper.find('.continue-label').text(continueText); // linkWrapper.find('.native-link-label').text(`${domain}${value.urlLocaleCode}`); // linkWrapper.find('.current-link-label').text(`${domain}${geoPopupCountries[pageLocale].urlLocaleCode}`); linkWrapper.find('.current-link').attr(`href`, window.location.href); FW.modalbox(); FW.$('#geo-modal').modal('show'); window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: 'geoPopupTriggered' }); FW.$('#geo-modal').on('hidden.bs.modal', function () { localStorage.setItem('geoPopupStatus', JSON.stringify([{'modalShowed': true, 'currentSlug': 'currentPage', 'targetSlug': 'slug', 'product': 'product'}])) }); } } } } }); } } FW.$('.native-link').on('click', function(e){ e.preventDefault(); FW.$('#geo-modal').modal('hide'); window.location.href = FW.$(this).attr('href'); }) }); }, error: (jqXHR, textStatus, err) => { // alert(1) } }); }); </script> <section class="l-section gradient-light first-fold" data-scroll-target="" id=""> <div class="l-page container "> <p>       </p> <div class="align-center"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211029062234/https://website-assets-fw.freshworks.com/attachments/ckt8ei9f1000cejg0ib9htvu0-neo-new-300x.one-half.png" data-srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ckt8ei9f1000cejg0ib9htvu0-neo-new-300x.full.png 2x" src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ckt8ei9f1000cejg0ib9htvu0-neo-new-300x.one-sixth.png" srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ckt8ei9f1000cejg0ib9htvu0-neo-new-300x.one-sixth.png 2x"/> <img class="original-image fadeIn width-auto " alt="" title="" src="/web/20211029062234im_/https://www.freshworks.com/ru/platform/" srcset=""/> </div> </div> <h2 class="align-center">Расширяйте и адаптируйте цифровые возможности под ваш бизнес</h2> <p class="align-center sub-text">Обеспечивайте удобное взаимодействие с клиентами и лучшие условия работы для сотрудников с помощью экосистемы из тысяч приложений и сервисов. </p> <div class="mt-md loop-video"> <script> (function () { window._wq = window._wq || []; var videoEmbedOptions = {}; /* Get user email from Local storage (if available) and embed it into the widget. This is done to track user stats for the video. */ if (window.localStorage) { try { var formDetails = window.localStorage.getItem('form_details'); var email; if (formDetails) { formDetails = JSON.parse(formDetails); if (formDetails.email) { videoEmbedOptions.email = formDetails.email } } } catch (e) {} } _wq.push({ id: '5ukxmdy2gl', options: videoEmbedOptions, onReady: function(video) { if(!video) return; var {container: {parentElement: targetElement} = {}} = video; var currentElement = targetElement ? targetElement.parentElement : null; var hasWrapper = currentElement ? currentElement.classList.contains("wistia_responsive_padding") : null; var ht = video.height(); if(hasWrapper && ht) { var style = { height: ht + "px", padding: 0 } Object.assign(currentElement.style, style); } } }); })(); </script> <div class="wistia_responsive_padding" style="padding:% 0 0 0;position:relative;"> <div class="wistia_responsive_wrapper" style="height:auto;left:0;position:absolute;top:0;width:100%;"> <div class="wistia_embed wistia_async_5ukxmdy2gl videoFoam=true" style="height:100%;width:100%">&nbsp; </div> </div> </div> </div> </div> </section> <section id="" class="section-content-grid l-section " data-scroll-target=""> <div class="l-page container l-grid"> <div class="l-section-heading"> <p><br/></p> <h2 class="align-center">Простота. Гибкость. Эффективность.</h2> </div> <div class="align-center"> <div class="big-icon-widget l-col-widget"> <p><span class="pre-text product-pre-text">КЛИЕНТЫ</span></p> <div class="feature-description-icon-d icon-full-width feature-description-icon-d" style="margin: 0 auto; background-image: url(https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ckseggnfy160mf6g0pf5l307n-customer-1.svg);"></div> <div class=" feature-description-text-d"> <div class="align-center"> <p><strong>Унифицируйте взаимодействие с клиентами</strong><br/> Радуйте своих клиентов эффективным маркетингом, продажами и службой поддержки с помощью комплексных сервисов, современных каналов связи и интеллектуальной аналитики. </p> </div> </div> </div> <div class="big-icon-widget l-col-widget"> <p><span class="pre-text product-pre-text">СОТРУДНИКИ</span></p> <div class="feature-description-icon-d icon-full-width feature-description-icon-d" style="margin: 0 auto; background-image: url(https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ckseghn00161tf6g0fiyzs1ap-employee-1.svg);"></div> <div class=" feature-description-text-d"> <div class="align-center"> <p><strong>Улучшайте условия работы</strong><br/> Автоматизируйте повторяющиеся задачи, упрощайте рабочие процессы и объединяйте команды для повышения продуктивности.</p> </div> </div> </div> <div class="big-icon-widget l-col-widget"> <p><span class="pre-text product-pre-text">РАЗРАБОТЧИКИ И ПАРТНЕРЫ</span></p> <div class="feature-description-icon-d icon-full-width feature-description-icon-d" style="margin: 0 auto; background-image: url(https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cksegje0u1efbprg087splnai-dev-1.svg);"></div> <div class=" feature-description-text-d"> <div class="align-center"> <p><strong>Внедряйте и масштабируйте инновации</strong><br/> Расширяйте возможности Freshworks, создавая и запуская приложения с помощью мощных и легких в освоении инструментов и удобного интерфейса. </p> </div> </div> </div> </div> </div> </section> <section id="129189617398797" class="section-bucket pb-xl " data-scroll-target=""> <div class="feature-screenshot-left "> <div class="l-page container"> <div class="row"> <div class=" feature-screenshot-left__content col-md-6"> <p> </p> <p> </p> <h2 class="feature-heading">Библиотека интерфейса для разработчиков</h2> <p>Упрощайте процесс разработки и обеспечивайте эффективное взаимодействие с клиентами с помощью удобного пакета элементов интерфейса. Crayons — это обширная библиотека компонентов, которые разработчики могут интегрировать в любое приложение.</p> <p class="forward--link link mt-xs"><a href="https://web.archive.org/web/20211029062234/https://crayons.freshworks.com/">Узнать больше</a></p> </div> <div class="feature-screenshot-left__media feature-screenshot__media-container col-md-6"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211029062234/https://website-assets-fw.freshworks.com/attachments/cks8y42fc03vxw3fzah6wtsjv-reskin-illustration-all-recovered-02.svg" data-srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8y42fc03vxw3fzah6wtsjv-reskin-illustration-all-recovered-02.svg" src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8y42fc03vxw3fzah6wtsjv-reskin-illustration-all-recovered-02.svg" srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8y42fc03vxw3fzah6wtsjv-reskin-illustration-all-recovered-02.svg 2x" style="width: 50%"/> <img class="original-image fadeIn width-50 " alt="A developer is building an app using components from a library in the developer platform." title="" src="/web/20211029062234im_/https://www.freshworks.com/ru/platform/" srcset=""/> </div> </div> </div> </div> </div> </section> <section id="70318399343692" class="section-bucket pt-xl " data-scroll-target=""> <div class="feature-screenshot-right "> <div class="l-page container"> <div class="row"> <div class=" feature-screenshot-right__content col-md-6"> <p><br/></p> <h2 class="feature-heading">Знакомьтесь с Freddy</h2> <p>Повышайте качество обслуживания клиентов, принимайте взвешенные бизнес-решения и повышайте продуктивность сотрудников с помощью бота Freddy — искусственного интеллекта для бизнеса, работающего на платформе Freshworks Neo.</p> <p class="forward--link link mt-xs"><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/freddy-ai/">Узнать больше</a></p> <p><br/></p> </div> <div class="feature-screenshot-right__media feature-screenshot__media-container col-md-6"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211029062234/https://website-assets-fw.freshworks.com/attachments/cks8yc0ob0gvcavg01vzcf9w5-reskin-illustration-all-recovered-03.svg" data-srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8yc0ob0gvcavg01vzcf9w5-reskin-illustration-all-recovered-03.svg" src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8yc0ob0gvcavg01vzcf9w5-reskin-illustration-all-recovered-03.svg" srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8yc0ob0gvcavg01vzcf9w5-reskin-illustration-all-recovered-03.svg 2x"/> <img class="original-image fadeIn " alt="Freddy, the AI mascot, wears the Freshworks logo on its collar" title="" src="/web/20211029062234im_/https://www.freshworks.com/ru/platform/" srcset=""/> </div> </div> </div> </div> </div> </section> <section class="l-section gradient-light " data-scroll-target="" id=""> <div class="l-page container"> <div class="l-section-heading align-center hide-in-mobile-and-tablet"> <h2>Вместе сильнее</h2> <p class="sub-text">Масштабируйте бизнес с помощью платформы Freshworks Neo, предоставляющей различные API для пользовательских интеграций, порталы для разработчиков и более 1000 приложений.</p> </div> <div class="vertical-tab-wrapper vertical-tab-wrapper-v3 tablist-container"> <ul class="nav-tablist clearfix-md" id="myTabs" role="tablist"> <li role="presentation" class="active"> <a href="#w188531369615210919" id="w188531369615210919-tab" role="tab" data-toggle="tab" aria-controls="w188531369615210919" aria-expanded="true">Единая экосистема<span class="" id="w188531369615210919tab-desc">Создавайте и запускайте приложения, которые интегрируются с вашими системами, и адаптируйте рабочие процессы для комфортной работы команд с единым программным обеспечением.</span> </a> </li> <li role="presentation" class=""> <a href="#w784915506681448755" id="w784915506681448755-tab" role="tab" data-toggle="tab" aria-controls="w784915506681448755" aria-expanded="">Используйте мощные технологии<span class="" id="w784915506681448755tab-desc">Все необходимое для эффективного вовлечения, включая расширяемые открытые API, платформу на базе AWS и продвинутые возможности поиска.</span> </a> </li> <li role="presentation" class=""> <a href="#w420258223154676695" id="w420258223154676695-tab" role="tab" data-toggle="tab" aria-controls="w420258223154676695" aria-expanded="">Объединяйте свои идеи, данные и рабочие процессы<span class="" id="w420258223154676695tab-desc">Наши решения для бизнеса дают вам возможность контролировать свои данные с помощью аналитики и комплексного обзора данных о клиентах.</span> </a> </li> </ul> <div class="browser-mockup "> <div class="tab-content browser-content" id="myTabContent"> <div class="tab-pane fade in active" role="tabpanel" id="w188531369615210919" aria-labelledby="w188531369615210919-tab"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211029062234/https://website-assets-fw.freshworks.com/attachments/ck99q3le00436gfg1wiipipvb-group-70-1.one-half.png" data-srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ck99q3le00436gfg1wiipipvb-group-70-1.full.png 2x" src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ck99q3le00436gfg1wiipipvb-group-70-1.one-sixth.png" srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ck99q3le00436gfg1wiipipvb-group-70-1.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211029062234im_/https://www.freshworks.com/ru/platform/" srcset=""/> </div> </div> <div class="tab-pane fade in " role="tabpanel" id="w784915506681448755" aria-labelledby="w784915506681448755-tab"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211029062234/https://website-assets-fw.freshworks.com/attachments/ck9304gd302xecbg1hcv0ji5g-freshworks-platform-overview-aws-serverless.one-half.png" data-srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ck9304gd302xecbg1hcv0ji5g-freshworks-platform-overview-aws-serverless.full.png 2x" src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ck9304gd302xecbg1hcv0ji5g-freshworks-platform-overview-aws-serverless.one-sixth.png" srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ck9304gd302xecbg1hcv0ji5g-freshworks-platform-overview-aws-serverless.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211029062234im_/https://www.freshworks.com/ru/platform/" srcset=""/> </div> </div> <div class="tab-pane fade in " role="tabpanel" id="w420258223154676695" aria-labelledby="w420258223154676695-tab"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211029062234/https://website-assets-fw.freshworks.com/attachments/ck9304gru04weg5fztpscfbqy-freshworks-platform-overview-analytics.one-half.png" data-srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ck9304gru04weg5fztpscfbqy-freshworks-platform-overview-analytics.full.png 2x" src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ck9304gru04weg5fztpscfbqy-freshworks-platform-overview-analytics.one-sixth.png" srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ck9304gru04weg5fztpscfbqy-freshworks-platform-overview-analytics.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211029062234im_/https://www.freshworks.com/ru/platform/" srcset=""/> </div> </div> </div> </div> </div> <div class="mobile-tab-wrapper"> <div class="l-page container"> <div class="align-center mb-lg"> <h2>Вместе сильнее</h2> <p class="sub-text">Масштабируйте бизнес с помощью платформы Freshworks Neo, предоставляющей различные API для пользовательских интеграций, порталы для разработчиков и более 1000 приложений.</p> </div> <div class="mb-lg align-center"> <h6 class="feature-heading">Единая экосистема</h6> <p>Создавайте и запускайте приложения, которые интегрируются с вашими системами, и адаптируйте рабочие процессы для комфортной работы команд с единым программным обеспечением.</p> <div class="pb-sm"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211029062234/https://website-assets-fw.freshworks.com/attachments/ck99q3le00436gfg1wiipipvb-group-70-1.one-half.png" data-srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ck99q3le00436gfg1wiipipvb-group-70-1.full.png 2x" src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ck99q3le00436gfg1wiipipvb-group-70-1.one-sixth.png" srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ck99q3le00436gfg1wiipipvb-group-70-1.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211029062234im_/https://www.freshworks.com/ru/platform/" srcset=""/> </div> </div> </div> <div class="mb-lg align-center"> <h6 class="feature-heading">Используйте мощные технологии</h6> <p>Все необходимое для эффективного вовлечения, включая расширяемые открытые API, платформу на базе AWS и продвинутые возможности поиска.</p> <div class="pb-sm"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211029062234/https://website-assets-fw.freshworks.com/attachments/ck9304gd302xecbg1hcv0ji5g-freshworks-platform-overview-aws-serverless.one-half.png" data-srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ck9304gd302xecbg1hcv0ji5g-freshworks-platform-overview-aws-serverless.full.png 2x" src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ck9304gd302xecbg1hcv0ji5g-freshworks-platform-overview-aws-serverless.one-sixth.png" srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ck9304gd302xecbg1hcv0ji5g-freshworks-platform-overview-aws-serverless.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211029062234im_/https://www.freshworks.com/ru/platform/" srcset=""/> </div> </div> </div> <div class="mb-lg align-center"> <h6 class="feature-heading">Объединяйте свои идеи, данные и рабочие процессы</h6> <p>Наши решения для бизнеса дают вам возможность контролировать свои данные с помощью аналитики и комплексного обзора данных о клиентах.</p> <div class="pb-sm"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211029062234/https://website-assets-fw.freshworks.com/attachments/ck9304gru04weg5fztpscfbqy-freshworks-platform-overview-analytics.one-half.png" data-srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ck9304gru04weg5fztpscfbqy-freshworks-platform-overview-analytics.full.png 2x" src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ck9304gru04weg5fztpscfbqy-freshworks-platform-overview-analytics.one-sixth.png" srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ck9304gru04weg5fztpscfbqy-freshworks-platform-overview-analytics.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211029062234im_/https://www.freshworks.com/ru/platform/" srcset=""/> </div> </div> </div> </div> </div> <script type="text/javascript"> FW.onLoad(function () { FW.customPopover(); }); </script> </div> </section> <section id="91577450308232" class="section-bucket pt-xl " data-scroll-target=""> <div class="l-page container align-center mb-lg"> <h2 class="align-center mb-lg">Познакомьтесь с нашими партнерами</h2> <p class="sub-text">Мы сотрудничаем с ведущими новаторами в области технологий, чтобы вы могли наслаждаться использованием продуктов Freshworks.</p> </div> <div class="l-page container"> <div class="row"> <div class=" col-md-12 full-width-content align-center"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211029062234/https://website-assets-fw.freshworks.com/attachments/ckrvpdgoo0ac6fdfzu4g7t83v-group-55.one-half.png" data-srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ckrvpdgoo0ac6fdfzu4g7t83v-group-55.full.png 2x" src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ckrvpdgoo0ac6fdfzu4g7t83v-group-55.one-sixth.png" srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ckrvpdgoo0ac6fdfzu4g7t83v-group-55.one-sixth.png 2x"/> <img class="original-image fadeIn no-max-width " alt="Leading technology partners which includes AWS, Slack, Pagerduty and Microsoft teams." title="" src="/web/20211029062234im_/https://www.freshworks.com/ru/platform/" srcset=""/> </div> </div> </div> </div> </section> <section id="" data-text-list="[]" data-scroll-target="#" class=" align-center "> <div class="container " data-scroll-target=""> <div class="mt-md"> <a title="" class="button button--solid " id="" target="" href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/platform/technology-alliances/"> Узнайте больше о наших партнерах</a> </div> <p> </p> <p> </p> </div> </section> <section id="services" class="l-section section-dark-bg casestudy-resource-section " data-scroll-target="services"> <div id="" class="l-page container align-center "> <div class="l-section-heading align-center"> <h2 class="align-center">Сервисы платформы Freshworks Neo</h2> <p>Сервисы платформы позволяют унифицировать и совершенствовать работу с продуктами Freshworks по мере роста бизнеса.</p> </div> <div class="row"> <a class="card-item " href="/web/20211029062234/https://www.freshworks.com/apps/" tags="МАГАЗИН" data-filter="card-item"> <div class="card-box col-sm-4 col-md-3 resource-casestudy"> <div class="resource-box"> <div class="resource-box-left"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image resources-box-image" data-src="https://web.archive.org/web/20211029062234/https://website-assets-fw.freshworks.com/attachments/cks8wnhmi005df7g0di7d6a1v-reskin-illustration-all-recovered-04.svg" data-srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8wnhmi005df7g0di7d6a1v-reskin-illustration-all-recovered-04.svg" src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8wnhmi005df7g0di7d6a1v-reskin-illustration-all-recovered-04.svg" srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8wnhmi005df7g0di7d6a1v-reskin-illustration-all-recovered-04.svg 2x"/> <img class="original-image fadeIn resources-box-image width-auto " alt="" title="" src="/web/20211029062234im_/https://www.freshworks.com/ru/platform/" srcset=""/> </div> </div> <div class="resource-box-right "> <h5 class="mb-0">МАГАЗИН</h5> <p>Создавайте унифицированные приложения с поддержкой продуктов</p> <p><a href="https://web.archive.org/web/20211029062234/http://freshworks.com/apps">Смотреть приложения</a></p> </div> </div> </div> </a> <a class="card-item " href="https://web.archive.org/web/20211029062234/https://developers.freshworks.com/" target="&quot;_blank&quot;" data-filter="card-item"> <div class="card-box col-sm-4 col-md-3 resource-casestudy"> <div class="resource-box"> <div class="resource-box-left"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image resources-box-image" data-src="https://web.archive.org/web/20211029062234/https://website-assets-fw.freshworks.com/attachments/cks8wogd80fhfikfzt7mplluo-reskin-illustration-all-recovered-05.svg" data-srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8wogd80fhfikfzt7mplluo-reskin-illustration-all-recovered-05.svg" src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8wogd80fhfikfzt7mplluo-reskin-illustration-all-recovered-05.svg" srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8wogd80fhfikfzt7mplluo-reskin-illustration-all-recovered-05.svg 2x"/> <img class="original-image fadeIn resources-box-image " alt="" title="" src="/web/20211029062234im_/https://www.freshworks.com/ru/platform/" srcset=""/> </div> </div> <div class="resource-box-right "> <h5>ПОРТАЛ РАЗРАБОТЧИКА</h5> <p>Инструменты для расширения возможностей разработчиков и бизнеса</p> <p><a href="https://web.archive.org/web/20211029062234/https://developers.freshworks.com/">Подробнее</a></p> </div> </div> </div> </a> <a class="card-item " href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/platform/analytics/" target="&quot;_blank&quot;" data-filter="card-item"> <div class="card-box col-sm-4 col-md-3 resource-casestudy"> <div class="resource-box"> <div class="resource-box-left"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image resources-box-image" data-src="https://web.archive.org/web/20211029062234/https://website-assets-fw.freshworks.com/attachments/cks8wp7ti0fhwikfzkahqdbk4-reskin-illustration-all-recovered-08.svg" data-srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8wp7ti0fhwikfzkahqdbk4-reskin-illustration-all-recovered-08.svg" src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8wp7ti0fhwikfzkahqdbk4-reskin-illustration-all-recovered-08.svg" srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8wp7ti0fhwikfzkahqdbk4-reskin-illustration-all-recovered-08.svg 2x"/> <img class="original-image fadeIn resources-box-image " alt="" title="" src="/web/20211029062234im_/https://www.freshworks.com/ru/platform/" srcset=""/> </div> </div> <div class="resource-box-right "> <h5>АНАЛИТИКА</h5> <p>Используйте аналитику для принятия взвешенных бизнес-решений</p> <p><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/platform/analytics/">Подробнее</a></p> </div> </div> </div> </a> <a class="card-item " href="/web/20211029062234/https://www.freshworks.com/freddy-ai/" data-filter="card-item"> <div class="card-box col-sm-4 col-md-3 resource-casestudy"> <div class="resource-box"> <div class="resource-box-left"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image resources-box-image" data-src="https://web.archive.org/web/20211029062234/https://website-assets-fw.freshworks.com/attachments/cks8wq8c30fjqikfzkvzmhjal-reskin-illustration-all-recovered-10.svg" data-srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8wq8c30fjqikfzkvzmhjal-reskin-illustration-all-recovered-10.svg" src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8wq8c30fjqikfzkvzmhjal-reskin-illustration-all-recovered-10.svg" srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8wq8c30fjqikfzkvzmhjal-reskin-illustration-all-recovered-10.svg 2x"/> <img class="original-image fadeIn resources-box-image width-auto " alt="" title="" src="/web/20211029062234im_/https://www.freshworks.com/ru/platform/" srcset=""/> </div> </div> <div class="resource-box-right "> <h5>БОТ FREDDY</h5> <p>Предугадывайте нужды и потребности клиентов</p> <p><a href="https://web.archive.org/web/20211029062234/http://freshworks.com/freddy-ai/">Узнать больше</a></p> </div> </div> </div> </a> <a class="card-item " href="/web/20211029062234/https://www.freshworks.com/platform/neo-admin-center/" target="&quot;_blank&quot;" data-filter="card-item"> <div class="card-box col-sm-4 col-md-3 resource-casestudy"> <div class="resource-box"> <div class="resource-box-left"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image resources-box-image" data-src="https://web.archive.org/web/20211029062234/https://website-assets-fw.freshworks.com/attachments/cks8wr2r60fk2ikfz5ftfkp42-reskin-illustration-all-recovered-09.svg" data-srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8wr2r60fk2ikfz5ftfkp42-reskin-illustration-all-recovered-09.svg" src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8wr2r60fk2ikfz5ftfkp42-reskin-illustration-all-recovered-09.svg" srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8wr2r60fk2ikfz5ftfkp42-reskin-illustration-all-recovered-09.svg 2x"/> <img class="original-image fadeIn resources-box-image " alt="" title="" src="/web/20211029062234im_/https://www.freshworks.com/ru/platform/" srcset=""/> </div> </div> <div class="resource-box-right "> <h5>АДМИНИСТРАТИВНЫЙ ЦЕНТР NEO</h5> <p>Централизованная идентификация, доступ и безопасность</p> <p><a href="https://web.archive.org/web/20211029062234/http://freshworks.com/platform/neo-admin-center/">Узнать больше</a></p> </div> </div> </div> </a> <a class="card-item " href="/web/20211029062234/https://www.freshworks.com/platform/unified-customer-record/" data-filter="card-item"> <div class="card-box col-sm-4 col-md-3 resource-casestudy"> <div class="resource-box"> <div class="resource-box-left"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image resources-box-image" data-src="https://web.archive.org/web/20211029062234/https://website-assets-fw.freshworks.com/attachments/cks8wrtt6009vf7g0imzhrj0o-reskin-illustration-all-recovered-07.svg" data-srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8wrtt6009vf7g0imzhrj0o-reskin-illustration-all-recovered-07.svg" src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8wrtt6009vf7g0imzhrj0o-reskin-illustration-all-recovered-07.svg" srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8wrtt6009vf7g0imzhrj0o-reskin-illustration-all-recovered-07.svg 2x"/> <img class="original-image fadeIn resources-box-image " alt="" title="" src="/web/20211029062234im_/https://www.freshworks.com/ru/platform/" srcset=""/> </div> </div> <div class="resource-box-right "> <h5>ЕДИНАЯ БАЗА ДАННЫХ КЛИЕНТОВ</h5> <p>Единый источник информации о клиентах</p> <p><a href="https://web.archive.org/web/20211029062234/https://freshworks.com/platform/unified-customer-record/">Узнать больше</a></p> </div> </div> </div> </a> <a class="card-item " href="/web/20211029062234/https://www.freshworks.com/platform/events-and-notifications/" data-filter="card-item"> <div class="card-box col-sm-4 col-md-3 resource-casestudy"> <div class="resource-box"> <div class="resource-box-left"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image resources-box-image" data-src="https://web.archive.org/web/20211029062234/https://website-assets-fw.freshworks.com/attachments/cks8wsnf000amf7g0sdvybo8e-reskin-illustration-all-recovered-15.svg" data-srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8wsnf000amf7g0sdvybo8e-reskin-illustration-all-recovered-15.svg" src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8wsnf000amf7g0sdvybo8e-reskin-illustration-all-recovered-15.svg" srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8wsnf000amf7g0sdvybo8e-reskin-illustration-all-recovered-15.svg 2x"/> <img class="original-image fadeIn resources-box-image " alt="" title="" src="/web/20211029062234im_/https://www.freshworks.com/ru/platform/" srcset=""/> </div> </div> <div class="resource-box-right "> <h5>УВЕДОМЛЕНИЯ</h5> <p>Создавайте бессерверные, масштабируемые и настраиваемые приложения</p> <p><a href="https://web.archive.org/web/20211029062234/https://freshworks.com/platform/events-and-notifications/">Узнать больше</a></p> </div> </div> </div> </a> <a class="card-item " href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/platform/neo-collaboration-platform/" target="&quot;_blank&quot;" data-filter="card-item"> <div class="card-box col-sm-4 col-md-3 resource-casestudy"> <div class="resource-box"> <div class="resource-box-left"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image resources-box-image" data-src="https://web.archive.org/web/20211029062234/https://website-assets-fw.freshworks.com/attachments/cks8wtfpr00b5f7g0640ng5ad-reskin-illustration-all-recovered-16.svg" data-srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8wtfpr00b5f7g0640ng5ad-reskin-illustration-all-recovered-16.svg" src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8wtfpr00b5f7g0640ng5ad-reskin-illustration-all-recovered-16.svg" srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cks8wtfpr00b5f7g0640ng5ad-reskin-illustration-all-recovered-16.svg 2x"/> <img class="original-image fadeIn resources-box-image " alt="" title="" src="/web/20211029062234im_/https://www.freshworks.com/ru/platform/" srcset=""/> </div> </div> <div class="resource-box-right "> <h5>СОВМЕСТНАЯ РАБОТА</h5> <p>Многоканальное взаимодействие с учетом контекста</p> <p><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/platform/neo-collaboration-platform/">Узнать больше</a></p> </div> </div> </div> </a> </div> </div> </section> <section id="contact" data-text-list="[]" data-scroll-target="#contact" class=" align-center "> <div class="container banner-content l-banner " data-scroll-target="contact"> <h2 class="align-center">Обсудим детали?</h2> <p class="sub-text">Мы покажем вам новые возможности роста! Заполните эту форму, и представитель Freshworks свяжется с вами в скором времени.</p> <div class="pt-sm pb-sm p-relative"> <div class="form-wrapper animate-form-wrapper "> <div class="align-center" data-form-heading> </div> <form class="generic-form form-field-container" data-target="" data-tracking="freshmarketer" data-functionality="feedback" data-gatarget=""> <input type="hidden" class="custom-inputs type-freshmarketer" name="Marketing Campaign" data-custom-value="PMM_GLOBAL_PlatformSignup_2020" data-custom-type="static"/> <input type="hidden" class="custom-inputs type-freshmarketer" name="Source" data-custom-value="Web Form" data-custom-type="static"/> <input style="display:none" class="fm-list-id" name="fm-list-id" value="12689"> <input style="display:none" class="fm-asset-id" value="3700005"/> <fieldset> <div class="name-field-wrapper"> <div class="name-field"> <div class="form-field"> <i class="icon-user"></i> <input type="text" name="first-name" class="first-name-form" data-non-alphabets-validate="Введите свою фамилию" data-first-name-required="Укажите имя, чтобы мы знали, как к вам обращаться"/> <label class="form-placeholder">Имя</label> <div class="error-wrapper"></div> </div> </div> <div class="name-field"> <div class="form-field"> <input type="text" name="last-name" class="last-name-form" data-non-alphabets-validate="Введите свою фамилию" data-last-name-required="Поле обязательно к заполнению"/> <label class="form-placeholder">Фамилия</label> <div class="error-wrapper"></div> </div> </div> </div> <div class="form-field"> <i class="icon-email"></i> <input type="email" name="email" class="email-form" data-email-required="Извините, но нам необходим адрес вашей эл. почты для дальнейшей связи" data-email-invalid="Введите действительный адрес эл. почты"> <label class="form-placeholder">Введите адрес эл. почты</label> <div class="error-wrapper"></div> </div> <div class="form-field"> <i class="icon-company"></i> <input type="text" name="company" class="company-form" data-company-min-length="Введите полное название вашей компании"> <label class="form-placeholder">Название компании</label> <div class="error-wrapper"></div> </div> <div class="fworks-custom-dropdown gdpr-form-location hide"> <div class="form-field field-dropdown select-dropdown"> <i class="icon-country-2" id="country-icon"></i> <input type="text" class="dropdown-select-input country-form" placeholder="Please select your country" value="" data-required="true" data-msg="This field is required" readonly> <i class="icon-arrow-down"></i> <div class="error-wrapper"></div> </div> <div class="dropdown-content country-dropdown-content"> <div class="search-input"> <input type="text" class="form-field search-country-input" value=""> <i class="icon-search"></i> </div> <ul class="generic-country-list"></ul> </div> </div> <script type="text/javascript"> FW.onLoad(function () { FW.$('.animate-form-wrapper').addClass('overflow-visible'); FW.$.getJSON('/static-assets/js/data/country-codes.json', function (CountryList) { FW.Utils.FormUtilities.initCountryDropdown(FW.$('.generic-country-list'), CountryList); FW.customDropdown(); }); }); </script> </fieldset> <fieldset> <input type="submit" value="ПОДТВЕРДИТЬ" class="button button--solid button--block"/> <div class="copy_write-text align-center "> <p>Нажав на <strong>ПОДТВЕРДИТЬ</strong>, вы соглашаетесь с нашими условиями и подтверждаете, что прочитали наше Уведомление о конфиденциальности</p> </div> <div class="eu-extra-info "> <label class="checkbox-control cb col-sm-12 promotional-offers"> <input type="checkbox" class="cb-type" name="send_promotions" value="true"> <div class="checkbox-control-indicator"></div><span>I agree to receive electronic marketing communications from Freshdesk and understand I can unsubscribe by clicking the ‘unsubscribe’ link in any email or by contacting Freshdesk. </span> </label> <div class="signup-terms"> Нажав на <strong>ПОДТВЕРДИТЬ</strong>, вы соглашаетесь с нашими условиями и подтверждаете, что прочитали наше Уведомление о конфиденциальности </div> </div> </fieldset> </form> </div> <script type="text/javascript"> FW.onLoad(function () { FW.Utils.FormUtilities.validation('generic-form', 'form-field', FW.Submit.genericForm); FW.enableGDPRCountryDropdown(); }); </script> </div> </div> </section> <section id="" data-scroll-target="" class="l-section"> <div class="l-section-heading align-center "> <h2 class="align-center">Ресурсы</h2> </div> <div class="l-page container l-grid"> <div class="row"> <div class="col-sm-4 col-sm-offset-2"> <a href="https://web.archive.org/web/20211029062234/https://www.youtube.com/watch?v=bZC6SkZ5tl0&amp;feature=youtu.be" target="_blank"> <div class="press-release-item"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211029062234/https://website-assets-fw.freshworks.com/attachments/cjw6825mj0bt8x3g0y9gqxjmq-blue-nile.one-half.jpg" data-srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cjw6825mj0bt8x3g0y9gqxjmq-blue-nile.full.jpg 2x" src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cjw6825mj0bt8x3g0y9gqxjmq-blue-nile.one-sixth.jpg" srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/cjw6825mj0bt8x3g0y9gqxjmq-blue-nile.one-sixth.jpg 2x"/> <img class="original-image fadeIn " alt="Blue Nile, an online jewelry store, talks about using Freshdesk by Freshworks to manage data inputs." title="" src="/web/20211029062234im_/https://www.freshworks.com/ru/platform/" srcset=""/> </div> <div class="align-center press-release-title"> <h6>Blue Nile обеспечивает быструю обработку заявок благодаря быстрому доступу к данным</h6> <h6><a href="https://web.archive.org/web/20211029062234/https://www.youtube.com/watch?v=bZC6SkZ5tl0&amp;feature=youtu.be">Смотреть видео</a></h6> </div> </div> </a> </div> <div class="col-sm-4 "> <a href="https://web.archive.org/web/20211029062234/https://www.youtube.com/watch?v=_IUf6SH9sPg&amp;feature=emb_logo" target="_self"> <div class="press-release-item"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211029062234/https://website-assets-fw.freshworks.com/attachments/ck92xc7s703wbfnfzd0157g52-tejas-aws-interview.one-half.jpg" data-srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ck92xc7s703wbfnfzd0157g52-tejas-aws-interview.full.jpg 2x" src="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ck92xc7s703wbfnfzd0157g52-tejas-aws-interview.one-sixth.jpg" srcset="https://web.archive.org/web/20211029062234im_/https://website-assets-fw.freshworks.com/attachments/ck92xc7s703wbfnfzd0157g52-tejas-aws-interview.one-sixth.jpg 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211029062234im_/https://www.freshworks.com/ru/platform/" srcset=""/> </div> <div class="align-center press-release-title"> <h6>Как Freshworks создает и запускает клиентское ПО с помощью AWS Lambda</h6> <h6><a href="https://web.archive.org/web/20211029062234/https://www.youtube.com/watch?v=ipH4JAP3I68">Смотреть видео</a></h6> </div> </div> </a> </div> </div> </div> </section> <footer> <div class="footer-main"> <div class="footer-navs l-page clearfix-lg"> <div class="row"> <div class="col-md-4 footer-left-section"> <div class="row"> <div class="col-sm-6"> <div class="footer-nav-title footer-nav-title-logo"> <a href="/web/20211029062234/https://www.freshworks.com/"> <img class="logo logo-fworks footer-logo" src="/web/20211029062234im_/https://www.freshworks.com/static-assets/images/common/company/logos/logo-fworks-black.svg" alt="Freshworks"/> </a> <i class="icon-arrow-down"></i> </div> <ul class="footer-nav"> <li><a href="https://web.archive.org/web/20211029062234/https://freshdesk.com/ru/?source=platform&amp;medium=referral&amp;campaign=platform_footer_main" rel="nofollow" class="">Freshdesk</a></li> <li><a href="/web/20211029062234/https://www.freshworks.com/freshsales-crm/?source=platform&amp;medium=referral&amp;campaign=platform_footer_main" rel="" class="">Freshsales</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/marketing-automation/?source=platform&amp;medium=referral&amp;campaign=platform_footer_main" rel="" class="">Freshmarketer</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://freshservice.com/ru/?source=platform&amp;medium=referral&amp;campaign=platform_footer_main" rel="nofollow" class="">Freshservice</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/hrms/?source=platform&amp;medium=referral&amp;campaign=platform_footer_main" rel="" class="">Freshteam</a></li> <li><a href="/web/20211029062234/https://www.freshworks.com/freshcaller-cloud-pbx/?source=platform&amp;medium=referral&amp;campaign=platform_footer_main" rel="" class="">Freshcaller</a></li> <li><a href="/web/20211029062234/https://www.freshworks.com/live-chat-software/?source=platform&amp;medium=referral&amp;campaign=platform_footer_main" rel="" class="">Freshchat</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/customer-success-software/?source=platform&amp;medium=referral&amp;campaign=platform_footer_main" rel="" class="">Freshsuccess</a></li> <li><a href="/web/20211029062234/https://www.freshworks.com/website-monitoring/?source=platform&amp;medium=referral&amp;campaign=platform_footer_main" rel="" class="">Freshping</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/statuspage/?source=platform&amp;medium=referral&amp;campaign=platform_footer_main" rel="" class="">Freshstatus</a></li> </ul> </div> <div class="col-sm-6"> <p class="footer-nav-title caps-heading-12"> КОМПАНИЯ <i class="icon-arrow-down"></i> </p> <ul class="footer-nav"> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/ru/company/about/" rel="" class="">О компании</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/ru/company/leadership/" rel="" class="">Руководство</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/ru/company/board/" rel="" class="">Совет директоров</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/ru/company/investors/" rel="" class="">Инвесторы</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/ru/customers/" rel="" class="">Клиенты</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/ru/products/" rel="" class="">Решения</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/ru/company/affiliate-partner/" rel="" class="">Филиалы</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/company/partners/home/" rel="" class="">Партнеры</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/ru/company/careers/" rel="" class="">Вакансии</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/newsroom/press-releases/" rel="" class="">Новости</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/ru/contact/" rel="" class="">Обратная связь</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/ru/gdpr/" rel="" class="">GDPR</a></li> </ul> </div> </div> </div> <div class="col-md-8 footer-right-section"> <div class="row"> <div class="col-sm-4"> <p class="footer-nav-title caps-heading-12"> Продукты <i class="icon-arrow-down"></i> </p> <ul class="footer-nav"> <li><a href="https://web.archive.org/web/20211029062234/https://freshdesk.com/ru/1?source=neo&amp;medium=referral&amp;campaign=referral&amp;campaign=neo_footer_main" rel="nofollow" class="">Freshdesk Omnichannel</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://freshdesk.com/ru/support-desk?source=neo&amp;medium=referral&amp;campaign=neo_footer_main" rel="nofollow" class="">Freshdesk Support Desk</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/ru/live-chat-software/?source=neo&amp;medium=referral&amp;campaign=neo_footer_main" rel="" class="">Freshdesk Messaging</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/freshcaller-cloud-pbx/?source=neo&amp;medium=referral&amp;campaign=neo_footer_main" rel="" class="">Freshdesk Contact Center</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/customer-success-software/?source=neo&amp;medium=referral&amp;campaign=neo_footer_main" rel="" class="">Freshdesk Customer Success</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/crm/sales/?source=neo&amp;medium=referral&amp;campaign=neo_footer_main" rel="" class="">Freshsales</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/crm/marketing/?source=neo&amp;medium=referral&amp;campaign=neo_footer_main" rel="" class="">Freshmarketer</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://freshservice.com/ru/?source=neo&amp;medium=referral&amp;campaign=neo_footer_main" rel="nofollow" class="">Freshservice</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/hrms/?source=neo&amp;medium=referral&amp;campaign=neo_footer_main" rel="" class="">Freshteam</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/status-page/?source=neo&amp;medium=referral&amp;campaign=neo_footer_main" rel="" class="">Freshstatus</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/website-monitoring/?source=neo&amp;medium=referral&amp;campaign=neo_footer_main" rel="" class="">Freshping</a></li> </ul> </div> <div class="col-sm-4"> <p class="footer-nav-title caps-heading-12"> Freshworks Neo <i class="icon-arrow-down"></i> </p> <ul class="footer-nav"> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/apps/?source=neo&amp;medium=home-footer" rel="" class="">Магазин приложений</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://developers.freshworks.com/?source=neo&amp;medium=home-footer" rel="" class="">Портал разработчика</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/platform/analytics/?source=neo&amp;medium=home-footer" rel="" class="">Аналитика</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/platform/neo-admin-center/?source=neo&amp;medium=home-footer'" rel="" class="">Центр администрирования Neo</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/ru/platform/unified-customer-record/?source=neo&amp;medium=home-footer" rel="" class="">Единая история клиента</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/ru/platform/neo-collaboration-platform/?source=neo&amp;medium=home-footer" rel="" class="">Сотрудничество</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/platform/events-and-notifications/?source=neo&amp;medium=home-footer" rel="" class="">События и уведомления</a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/ru/platform/technology-alliances/?source=neo&amp;medium=home-footer" rel="" class="">Альянс технологий</a></li> </ul> </div> <div class="col-sm-4"> <p class="footer-nav-title caps-heading-12"> ОБРАТНАЯ СВЯЗЬ <i class="icon-arrow-down"></i> </p> <ul class="footer-nav social-connect-nav"> <li><a href="https://web.archive.org/web/20211029062234/https://www.facebook.com/FreshworksInc/" rel="" target="_blank"><i class="icon-facebook"></i></a></li> <li><a href="https://web.archive.org/web/20211029062234/https://twitter.com/freshworksinc" rel="" target="_blank"><i class="icon-twitter"></i></a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.youtube.com/channel/UCYtaa2E7NSvf3uD9DbsDYZA" rel="" target="_blank"><i class="icon-youtube"></i></a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.linkedin.com/company/1377014" rel="" target="_blank"><i class="icon-linkedin"></i></a></li> <li><a href="https://web.archive.org/web/20211029062234/https://www.glassdoor.com/Overview/Working-at-Freshworks-EI_IE1680273.11,21.htm" rel="" target="_blank"><i class="icon-glassdoor"></i></a></li> </ul> </div> </div> </div> </div> </div> </div> <div class="footer-copyrights"> <div class="l-page clearfix-lg"> <div class="footer-nav copyrights-nav hide-in-mobile"> <a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/ru/terms/" rel="">Условия обслуживания</a> <a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/ru/privacy/" rel="">Уведомление о порядке использования</a> <a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/take-down/" rel="">личной информации</a> <a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/ru/gdpr/" rel="">GDPR</a> <a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/ru/security/" rel="">Безопасность</a> <a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/csr-policy" rel="">Политика CSR</a> <a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/company/sales-and-service-tax-faqs" rel="">ЧЗВ по налогам</a> <a href="https://web.archive.org/web/20211029062234/https://www.freshworks.com/privacy/gdpr/unsubscribe/" rel="">Отписаться</a> </div> <p class="footer-copyrights-text">© Freshworks Inc. Все права защищены</p> </div> </div> </footer> <script type="text/javascript"> FW.onLoad(function() { FW.footer(); }); </script> <script type="text/javascript"> FW.onLoad(function() { FW.legal.init(); }); </script> <link href="/web/20211029062234cs_/https://www.freshworks.com/static-assets/css/non-critical.css" rel="stylesheet"/> <div id="modal-backdrop"></div> <div id="form-modal-holder"></div> <div id="eu-cookie-policy-popup"> <div class="l-page"> <div class="popup-container"> <div class="text col-md-9"><p>Для улучшения работы на сайте, анализа трафика, персонализации содержимого и показа целевой рекламы используются файлы cookie. В Уведомлении о конфиденциальности объясняется, как мы используем cookie. Наша Политика cookie содержит информацию об управлении настройками cookie.</p> </div> <div class="options col-md-3"> <div class="button button--solid button--small button--black accept-cookies"> Принять файлы cookie </div> </div> </div> </div> </div> <div id="modal-search"> <div class="modal-wrapper"> <i class="icon-close"></i> <div id="searchbox"></div> <div id="infinite-hits"></div> <div id="pagination"></div> <div class="no-results"> <img src="/web/20211029062234im_/https://www.freshworks.com/static-assets/images/fservice/no-results-illustration.svg" alt="no results"/> <p>Sorry, our deep-dive didn’t help. Please try a different search term.</p> </div> </div> </div> <script type="text/javascript"> (function(){ function loadFreshworksJS(event) { var script = document.createElement('script') script.type = 'text/javascript' script.src = "/static-assets/js/freshworks.js?da76dc8175a083f5edba7e348fab614a" document.body.appendChild(script) } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", loadFreshworksJS) } else { // `DOMContentLoaded` already fired loadFreshworksJS() } })(); </script><!-- Data Layer Initialization --> <script type="text/javascript"> window.addEventListener('load', function () { window.dataLayer = window.dataLayer || []; dataLayer.push({ 'event': 'tvc_pageDomain', 'pageDomain': 'FWorks' }); }); </script> <!-- Render Google Tag Manager Scripts for pt-br locale --> <!-- To be added in laylout master globally after complete leadspace integration. Adding it here for testing purpose Needs to remove--> <!-- Snippet ends here --> <!-- Freshsales Snippet --> <script type="text/plain" class="optanon-category-C0004" defer> function createTempFunction(function_name) { (window.freshsales)[function_name]=function() { (window.freshsales).push([function_name].concat(Array.prototype.slice.call(arguments,0))) }; } (function(url, app_token) { window.assets_url='//web.archive.org/web/20211029062234/https://d952cmcgwqsjf.cloudfront.net'; window.freshsales = window.freshsales || []; functions_list='init identify trackPageView trackEvent set'.split(' '); for(var i=0; i < functions_list.length; i++) { var function_name = functions_list[i]; createTempFunction(function_name); } var script_tag = document.createElement('script'); script_tag.async=1; script_tag.src= window.assets_url +'/assets/analytics.js'; var first_script_tag = document.getElementsByTagName('script')[0]; first_script_tag.parentNode.insertBefore(script_tag,first_script_tag); freshsales.init(url, app_token); })('//web.archive.org/web/20211029062234/https://freshdesk.freshsales.io','f32623a7e00c7a247c86a174268542be'); </script> <!-- End Freshsales Snippet --> <!-- Google Tag Manager --> <script type="text/plain" class="optanon-category-C0001">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://web.archive.org/web/20211029062234/https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-WQKBJ88');</script> <!-- End Google Tag Manager --> <noscript><iframe src="https://web.archive.org/web/20211029062234if_/https://www.googletagmanager.com/ns.html?id=GTM-WQKBJ88" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> </body> </html> <!-- FILE ARCHIVED ON 06:22:34 Oct 29, 2021 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 19:17:15 Dec 04, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.71 exclusion.robots: 0.041 exclusion.robots.policy: 0.026 esindex: 0.014 cdx.remote: 35.324 LoadShardBlock: 119.582 (3) PetaboxLoader3.datanode: 112.857 (4) load_resource: 315.882 PetaboxLoader3.resolve: 192.051 -->

Pages: 1 2 3 4 5 6 7 8 9 10