CINXE.COM

Platform Overview | Freshworks Neo | Enterprise platform by Freshworks

<!DOCTYPE html> <html lang="cn"> <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/cn/platform/","20211031181717","https://web.archive.org/","web","/_static/", "1635704237"); </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\/20211031181717\/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/20211031181717js_/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/20211031181717im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="icon" size="96x96" type="image/png" href="/web/20211031181717im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="icon" size="32x32" type="image/png" href="/web/20211031181717im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="icon" size="192x192" type="image/png" href="/web/20211031181717im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="apple-touch-icon" size="16x16" type="image/png" href="/web/20211031181717im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="apple-touch-icon" size="96x96" type="image/png" href="/web/20211031181717im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="apple-touch-icon" size="32x32" type="image/png" href="/web/20211031181717im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="apple-touch-icon" size="192x192" type="image/png" href="/web/20211031181717im_/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/cn/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/20211031181717/https://www.freshworks.com/cn/platform/"> <meta property="og:image" content="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/ckgs06v050198z8g1lau2s4z8-neo-platform.full.png"/> <meta name="og:image" content="https://web.archive.org/web/20211031181717im_/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/20211031181717cs_/https://use.typekit.net/pjk5ugs.css"/> <link href="/web/20211031181717cs_/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/20211031181717/https://www.freshworks.com/platform/"/> <link rel="alternate" hreflang="en-US" href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/platform/"/> <link rel="alternate" hreflang="de" href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/de/platform/"/> <link rel="alternate" hreflang="nl" href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/nl/platform/"/> <link rel="alternate" hreflang="fr" href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/fr/platform/"/> <link rel="alternate" hreflang="sv" href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/se/platform/"/> <link rel="alternate" hreflang="es-ES" href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/es/platform/"/> <link rel="alternate" hreflang="es-MX" href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/latam/platform/"/> <link rel="alternate" hreflang="es-CO" href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/latam/platform/"/> <link rel="alternate" hreflang="es-AR" href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/latam/platform/"/> <link rel="alternate" hreflang="pt-BR" href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/br/platform/"/> <link rel="alternate" hreflang="ja-JP" href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/jp/platform/"/> <link rel="alternate" hreflang="ko" href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/ko/platform/"/> <link rel="alternate" hreflang="ru" href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/ru/platform/"/> <link rel="alternate" hreflang="zh-hans" href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/cn/platform/"/> <link rel="alternate" hreflang="th" href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/th/platform/"/> <link rel="alternate" hreflang="pl" href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/pl/platform/"/> <link rel="alternate" hreflang="zh-hant" href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/hk/platform/"/> <link rel="alternate" hreflang="tr" href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/tr/platform/"/> </head> <body class=" nav-transparent " data-product-name="platform" data-lang="cn"> <header> <a target="_blank" class="banner-notification" href="https://web.archive.org/web/20211031181717/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/20211031181717/https://www.freshworks.com/"> <img class="logo logo-fworks nav-super-logo" src="/web/20211031181717im_/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/20211031181717/https://freshdesk.com/cn/?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/20211031181717im_/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/20211031181717/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/20211031181717im_/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/20211031181717/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/20211031181717im_/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/20211031181717/https://freshservice.com/?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/20211031181717im_/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="/web/20211031181717/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/20211031181717im_/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/20211031181717/https://www.freshworks.com/cn/products/"> <li class="nav-sub-item nav-logo-tagline bottom-pane-link fworks-bg align-center"> <span class="forward--link">查看所有产品</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/20211031181717/https://www.freshworks.com/cn/platform/"> <img src="https://web.archive.org/web/20211031181717im_/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">借助端到端 AI 驱动的企业平台来统一客户体验</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/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/cksbobfoz00pgqcg0q9ch9jr9-freddy-icon.svg" class="icon" alt="icon"> <h6 class="nav-main-item-title">Freddy AI</h6> </div> <ul class="nav-main-item-list"> <a rel="nofollow" href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/freddy-ai/" class="sub-nav-link"> <li class="nav-main-item-link">关于 Freddy AI</li> </a> <a rel="nofollow" href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/freddy-ai/freddy-ai-skills/" class="sub-nav-link"> <li class="nav-main-item-link">Freddy AI 技能</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/20211031181717im_/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/20211031181717/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/20211031181717/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/20211031181717/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/20211031181717/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/20211031181717/https://www.freshworks.com/cn/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/20211031181717/https://www.freshworks.com/apps/" class="partner-nav-sub-item card-width"> <img src="https://web.archive.org/web/20211031181717im_/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/20211031181717/https://developer.freshworks.com/" class="partner-nav-sub-item card-width"> <img src="https://web.archive.org/web/20211031181717im_/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/20211031181717/https://www.freshworks.com/cn/platform/technology-alliances/" class="partner-nav-sub-item card-width"> <img src="https://web.archive.org/web/20211031181717im_/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/20211031181717/https://www.freshworks.com/cn/platform/customer-spotlight/" class="partner-nav-sub-item card-width"> <img src="https://web.archive.org/web/20211031181717im_/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/20211031181717/https://www.freshworks.com/cn/company/about/" rel=""> <span class="label"> 关于我们 </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211031181717/https://www.freshworks.com/cn/company/leadership/" rel=""> <span class="label"> 管理团队 </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211031181717/https://www.freshworks.com/cn/company/board" rel=""> <span class="label"> 董事会 </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211031181717/https://www.freshworks.com/cn/company/investors" rel=""> <span class="label"> 投资者 </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211031181717/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/20211031181717/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/20211031181717/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/20211031181717/https://www.freshworks.com/cn/company/life-at-freshworks" rel=""> <span class="label"> Freshworks 的日常生活 </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211031181717/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/20211031181717/https://www.freshworks.com/cn/blogs/" rel=""> <span class="label"> 博客 </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211031181717/https://www.freshworks.com/academy" rel=""> <span class="label"> 学院 </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211031181717/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/20211031181717/https://community.freshworks.com/" rel=""> <span class="label"> 社区 </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211031181717/https://www.freshworks.com/campaigns/freshstart/" rel=""> <span class="label"> Fresh Start </span> </a> </li> </ul> </li> <li class="nav-super-item "> <a class="nav-super-label" href="/web/20211031181717/https://www.freshworks.com/cn/customers/" rel="">客户</a> </li> <li class="nav-super-item "> <a class="nav-super-label" href="/web/20211031181717/https://www.freshworks.com/cn/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-china"></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/20211031181717/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/20211031181717/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/20211031181717/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/20211031181717/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/20211031181717/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/20211031181717/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/20211031181717/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/20211031181717/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/20211031181717/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" href="/web/20211031181717/https://www.freshworks.com/ru/platform/"> <span class="fw-flag fw-flag-romania"></span><span class="label">Pусский</span> </a><a class="col-md-4 language-wrapper" href="/web/20211031181717/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/20211031181717/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/20211031181717/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/20211031181717/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/20211031181717/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/20211031181717/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/20211031181717/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 active"> <span class="fw-flag fw-flag-china"></span><span class="label">简体中文</span> </a><a class="col-md-4 language-wrapper" href="/web/20211031181717/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 active" href="/web/20211031181717/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/20211031181717/https://www.freshworks.com/" class="product-logo-icon"> <img src="https://web.archive.org/web/20211031181717im_/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/20211031181717im_/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/20211031181717/https://www.freshworks.com/"> <img class="logo logo-fworks " src="/web/20211031181717im_/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/20211031181717/https://www.freshworks.com/cn/company/about/" rel=""> <span class="label"> 关于我们 </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211031181717/https://www.freshworks.com/cn/company/leadership/" rel=""> <span class="label"> 管理团队 </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211031181717/https://www.freshworks.com/cn/company/board" rel=""> <span class="label"> 董事会 </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211031181717/https://www.freshworks.com/cn/company/investors" rel=""> <span class="label"> 投资者 </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211031181717/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/20211031181717/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/20211031181717/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/20211031181717/https://www.freshworks.com/cn/company/life-at-freshworks" rel=""> <span class="label"> Freshworks 的日常生活 </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211031181717/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/20211031181717/https://www.freshworks.com/cn/blogs/" rel=""> <span class="label"> 博客 </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211031181717/https://www.freshworks.com/academy" rel=""> <span class="label"> 学院 </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211031181717/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/20211031181717/https://community.freshworks.com/" rel=""> <span class="label"> 社区 </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211031181717/https://www.freshworks.com/campaigns/freshstart/" rel=""> <span class="label"> Fresh Start </span> </a> </li> </ul> </li> <li class="nav-main-item caps-heading-12 "> <a class="nav-label" href="/web/20211031181717/https://www.freshworks.com/cn/customers/" rel="">客户</a> </li> <li class="nav-main-item caps-heading-12 "> <a class="nav-label" href="/web/20211031181717/https://www.freshworks.com/cn/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="Pусский" data-link="/ru/platform"> Pусский </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="">简体中文</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/20211031181717/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 = 'cn' || 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 === '/cn/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/20211031181717/https://website-assets-fw.freshworks.com/attachments/ckt8ei9f1000cejg0ib9htvu0-neo-new-300x.one-half.png" data-srcset="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/ckt8ei9f1000cejg0ib9htvu0-neo-new-300x.full.png 2x" src="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/ckt8ei9f1000cejg0ib9htvu0-neo-new-300x.one-sixth.png" srcset="https://web.archive.org/web/20211031181717im_/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/20211031181717im_/https://www.freshworks.com/cn/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/20211031181717im_/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/20211031181717im_/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/20211031181717im_/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/> 借助低代码开发工具和简单的 UI 轻松构建和启动应用程序,以扩展 Freshworks 体验。 </p> </div> </div> </div> </div> </div> </section> <section id="80130005161759" 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">便于开发者使用的 UI 库</h2> <p>通过用户友好型 UI 工具包简化开发流程和提供一致的客户体验。Crayons 是一个可以重复使用的组件库,开发者可以将其集成到任何应用程序中。</p> <p class="forward--link link mt-xs"><a href="https://web.archive.org/web/20211031181717/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/20211031181717/https://website-assets-fw.freshworks.com/attachments/cks8y42fc03vxw3fzah6wtsjv-reskin-illustration-all-recovered-02.svg" data-srcset="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/cks8y42fc03vxw3fzah6wtsjv-reskin-illustration-all-recovered-02.svg" src="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/cks8y42fc03vxw3fzah6wtsjv-reskin-illustration-all-recovered-02.svg" srcset="https://web.archive.org/web/20211031181717im_/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/20211031181717im_/https://www.freshworks.com/cn/platform/" srcset=""/> </div> </div> </div> </div> </div> </section> <section id="4905918683373" 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 AI</h2> <p>Freddy AI 是 Freshworks Neo 平台支持的企业级 AI 引擎,可以帮助您提升客户支持体验、做出更加明智的决策以及提高员工工作效率。</p> <p class="forward--link link mt-xs"><a href="https://web.archive.org/web/20211031181717/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/20211031181717/https://website-assets-fw.freshworks.com/attachments/cks8yc0ob0gvcavg01vzcf9w5-reskin-illustration-all-recovered-03.svg" data-srcset="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/cks8yc0ob0gvcavg01vzcf9w5-reskin-illustration-all-recovered-03.svg" src="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/cks8yc0ob0gvcavg01vzcf9w5-reskin-illustration-all-recovered-03.svg" srcset="https://web.archive.org/web/20211031181717im_/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/20211031181717im_/https://www.freshworks.com/cn/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 平台可以为定制集成、开发者门户和 1000 多个市场应用程序提供丰富的 API,从而实现企业规模化。</p> <p class="sub-text"> </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/20211031181717/https://website-assets-fw.freshworks.com/attachments/ck99q3le00436gfg1wiipipvb-group-70-1.one-half.png" data-srcset="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/ck99q3le00436gfg1wiipipvb-group-70-1.full.png 2x" src="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/ck99q3le00436gfg1wiipipvb-group-70-1.one-sixth.png" srcset="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/ck99q3le00436gfg1wiipipvb-group-70-1.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211031181717im_/https://www.freshworks.com/cn/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/20211031181717/https://website-assets-fw.freshworks.com/attachments/ck9304gd302xecbg1hcv0ji5g-freshworks-platform-overview-aws-serverless.one-half.png" data-srcset="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/ck9304gd302xecbg1hcv0ji5g-freshworks-platform-overview-aws-serverless.full.png 2x" src="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/ck9304gd302xecbg1hcv0ji5g-freshworks-platform-overview-aws-serverless.one-sixth.png" srcset="https://web.archive.org/web/20211031181717im_/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/20211031181717im_/https://www.freshworks.com/cn/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/20211031181717/https://website-assets-fw.freshworks.com/attachments/ck9304gru04weg5fztpscfbqy-freshworks-platform-overview-analytics.one-half.png" data-srcset="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/ck9304gru04weg5fztpscfbqy-freshworks-platform-overview-analytics.full.png 2x" src="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/ck9304gru04weg5fztpscfbqy-freshworks-platform-overview-analytics.one-sixth.png" srcset="https://web.archive.org/web/20211031181717im_/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/20211031181717im_/https://www.freshworks.com/cn/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 平台可以为定制集成、开发者门户和 1000 多个市场应用程序提供丰富的 API,从而实现企业规模化。</p> <p class="sub-text"> </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/20211031181717/https://website-assets-fw.freshworks.com/attachments/ck99q3le00436gfg1wiipipvb-group-70-1.one-half.png" data-srcset="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/ck99q3le00436gfg1wiipipvb-group-70-1.full.png 2x" src="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/ck99q3le00436gfg1wiipipvb-group-70-1.one-sixth.png" srcset="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/ck99q3le00436gfg1wiipipvb-group-70-1.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211031181717im_/https://www.freshworks.com/cn/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/20211031181717/https://website-assets-fw.freshworks.com/attachments/ck9304gd302xecbg1hcv0ji5g-freshworks-platform-overview-aws-serverless.one-half.png" data-srcset="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/ck9304gd302xecbg1hcv0ji5g-freshworks-platform-overview-aws-serverless.full.png 2x" src="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/ck9304gd302xecbg1hcv0ji5g-freshworks-platform-overview-aws-serverless.one-sixth.png" srcset="https://web.archive.org/web/20211031181717im_/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/20211031181717im_/https://www.freshworks.com/cn/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/20211031181717/https://website-assets-fw.freshworks.com/attachments/ck9304gru04weg5fztpscfbqy-freshworks-platform-overview-analytics.one-half.png" data-srcset="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/ck9304gru04weg5fztpscfbqy-freshworks-platform-overview-analytics.full.png 2x" src="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/ck9304gru04weg5fztpscfbqy-freshworks-platform-overview-analytics.one-sixth.png" srcset="https://web.archive.org/web/20211031181717im_/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/20211031181717im_/https://www.freshworks.com/cn/platform/" srcset=""/> </div> </div> </div> </div> </div> <script type="text/javascript"> FW.onLoad(function () { FW.customPopover(); }); </script> </div> </section> <section id="106294904806610" 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/20211031181717/https://website-assets-fw.freshworks.com/attachments/ckrvpdgoo0ac6fdfzu4g7t83v-group-55.one-half.png" data-srcset="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/ckrvpdgoo0ac6fdfzu4g7t83v-group-55.full.png 2x" src="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/ckrvpdgoo0ac6fdfzu4g7t83v-group-55.one-sixth.png" srcset="https://web.archive.org/web/20211031181717im_/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/20211031181717im_/https://www.freshworks.com/cn/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/20211031181717/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/20211031181717/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/20211031181717/https://website-assets-fw.freshworks.com/attachments/cks8wnhmi005df7g0di7d6a1v-reskin-illustration-all-recovered-04.svg" data-srcset="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/cks8wnhmi005df7g0di7d6a1v-reskin-illustration-all-recovered-04.svg" src="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/cks8wnhmi005df7g0di7d6a1v-reskin-illustration-all-recovered-04.svg" srcset="https://web.archive.org/web/20211031181717im_/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/20211031181717im_/https://www.freshworks.com/cn/platform/" srcset=""/> </div> </div> <div class="resource-box-right "> <h5 class="mb-0">市场</h5> <p>为所有产品打造统一的应用程序体验</p> <p><a href="https://web.archive.org/web/20211031181717/http://freshworks.com/apps">探索应用程序</a></p> </div> </div> </div> </a> <a class="card-item " href="https://web.archive.org/web/20211031181717/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/20211031181717/https://website-assets-fw.freshworks.com/attachments/cks8wogd80fhfikfzt7mplluo-reskin-illustration-all-recovered-05.svg" data-srcset="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/cks8wogd80fhfikfzt7mplluo-reskin-illustration-all-recovered-05.svg" src="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/cks8wogd80fhfikfzt7mplluo-reskin-illustration-all-recovered-05.svg" srcset="https://web.archive.org/web/20211031181717im_/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/20211031181717im_/https://www.freshworks.com/cn/platform/" srcset=""/> </div> </div> <div class="resource-box-right "> <h5>开发者门户</h5> <p>为全球开发者和企业提供支持的工具</p> <p><a href="https://web.archive.org/web/20211031181717/https://developers.freshworks.com/">继续阅读</a></p> </div> </div> </div> </a> <a class="card-item " href="https://web.archive.org/web/20211031181717/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/20211031181717/https://website-assets-fw.freshworks.com/attachments/cks8wp7ti0fhwikfzkahqdbk4-reskin-illustration-all-recovered-08.svg" data-srcset="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/cks8wp7ti0fhwikfzkahqdbk4-reskin-illustration-all-recovered-08.svg" src="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/cks8wp7ti0fhwikfzkahqdbk4-reskin-illustration-all-recovered-08.svg" srcset="https://web.archive.org/web/20211031181717im_/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/20211031181717im_/https://www.freshworks.com/cn/platform/" srcset=""/> </div> </div> <div class="resource-box-right "> <h5>分析工具</h5> <p>全面运用数据做出明智的业务决策</p> <p><a href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/platform/analytics/">继续阅读</a></p> </div> </div> </div> </a> <a class="card-item " href="/web/20211031181717/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/20211031181717/https://website-assets-fw.freshworks.com/attachments/cks8wq8c30fjqikfzkvzmhjal-reskin-illustration-all-recovered-10.svg" data-srcset="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/cks8wq8c30fjqikfzkvzmhjal-reskin-illustration-all-recovered-10.svg" src="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/cks8wq8c30fjqikfzkvzmhjal-reskin-illustration-all-recovered-10.svg" srcset="https://web.archive.org/web/20211031181717im_/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/20211031181717im_/https://www.freshworks.com/cn/platform/" srcset=""/> </div> </div> <div class="resource-box-right "> <h5>FREDDY AI</h5> <p>在与客户合作的过程中获取预测性的见解</p> <p><a href="https://web.archive.org/web/20211031181717/http://freshworks.com/freddy-ai/">详细了解</a></p> </div> </div> </div> </a> <a class="card-item " href="/web/20211031181717/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/20211031181717/https://website-assets-fw.freshworks.com/attachments/cks8wr2r60fk2ikfz5ftfkp42-reskin-illustration-all-recovered-09.svg" data-srcset="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/cks8wr2r60fk2ikfz5ftfkp42-reskin-illustration-all-recovered-09.svg" src="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/cks8wr2r60fk2ikfz5ftfkp42-reskin-illustration-all-recovered-09.svg" srcset="https://web.archive.org/web/20211031181717im_/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/20211031181717im_/https://www.freshworks.com/cn/platform/" srcset=""/> </div> </div> <div class="resource-box-right "> <h5>NEO 管理中心</h5> <p>利用集中识别、访问和安全</p> <p><a href="https://web.archive.org/web/20211031181717/http://freshworks.com/platform/neo-admin-center/">详细了解</a></p> </div> </div> </div> </a> <a class="card-item " href="/web/20211031181717/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/20211031181717/https://website-assets-fw.freshworks.com/attachments/cks8wrtt6009vf7g0imzhrj0o-reskin-illustration-all-recovered-07.svg" data-srcset="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/cks8wrtt6009vf7g0imzhrj0o-reskin-illustration-all-recovered-07.svg" src="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/cks8wrtt6009vf7g0imzhrj0o-reskin-illustration-all-recovered-07.svg" srcset="https://web.archive.org/web/20211031181717im_/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/20211031181717im_/https://www.freshworks.com/cn/platform/" srcset=""/> </div> </div> <div class="resource-box-right "> <h5>标准化客户记录</h5> <p>可以全方位了解客户的单一事实来源</p> <p><a href="https://web.archive.org/web/20211031181717/https://freshworks.com/platform/unified-customer-record/">详细了解</a></p> </div> </div> </div> </a> <a class="card-item " href="/web/20211031181717/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/20211031181717/https://website-assets-fw.freshworks.com/attachments/cks8wsnf000amf7g0sdvybo8e-reskin-illustration-all-recovered-15.svg" data-srcset="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/cks8wsnf000amf7g0sdvybo8e-reskin-illustration-all-recovered-15.svg" src="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/cks8wsnf000amf7g0sdvybo8e-reskin-illustration-all-recovered-15.svg" srcset="https://web.archive.org/web/20211031181717im_/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/20211031181717im_/https://www.freshworks.com/cn/platform/" srcset=""/> </div> </div> <div class="resource-box-right "> <h5>事件和通知</h5> <p>通过创建无服务器的应用程序轻松实现规模化和定制化</p> <p><a href="https://web.archive.org/web/20211031181717/https://freshworks.com/platform/events-and-notifications/">详细了解</a></p> </div> </div> </div> </a> <a class="card-item " href="https://web.archive.org/web/20211031181717/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/20211031181717/https://website-assets-fw.freshworks.com/attachments/cks8wtfpr00b5f7g0640ng5ad-reskin-illustration-all-recovered-16.svg" data-srcset="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/cks8wtfpr00b5f7g0640ng5ad-reskin-illustration-all-recovered-16.svg" src="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/cks8wtfpr00b5f7g0640ng5ad-reskin-illustration-all-recovered-16.svg" srcset="https://web.archive.org/web/20211031181717im_/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/20211031181717im_/https://www.freshworks.com/cn/platform/" srcset=""/> </div> </div> <div class="resource-box-right "> <h5>协作</h5> <p>场景化、跨渠道的协作</p> <p><a href="https://web.archive.org/web/20211031181717/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>即表示您同意我们的<a href="https://web.archive.org/web/20211031181717/https://freshworks.com/terms" target="_blank">条款</a>,并已阅读我们的<a href="https://web.archive.org/web/20211031181717/https://freshworks.com/privacy" target="_blank">隐私声明</a>。</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>即表示您同意我们的<a href="https://web.archive.org/web/20211031181717/https://freshworks.com/terms" target="_blank">条款</a>,并已阅读我们的<a href="https://web.archive.org/web/20211031181717/https://freshworks.com/privacy" target="_blank">隐私声明</a>。 </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/20211031181717/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/20211031181717/https://website-assets-fw.freshworks.com/attachments/cjw6825mj0bt8x3g0y9gqxjmq-blue-nile.one-half.jpg" data-srcset="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/cjw6825mj0bt8x3g0y9gqxjmq-blue-nile.full.jpg 2x" src="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/cjw6825mj0bt8x3g0y9gqxjmq-blue-nile.one-sixth.jpg" srcset="https://web.archive.org/web/20211031181717im_/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/20211031181717im_/https://www.freshworks.com/cn/platform/" srcset=""/> </div> <div class="align-center press-release-title"> <h6>Blue Nile 借助易于访问的订单详情提供了快速的工作解决方案</h6> <h6><a href="https://web.archive.org/web/20211031181717/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/20211031181717/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/20211031181717/https://website-assets-fw.freshworks.com/attachments/ck92xc7s703wbfnfzd0157g52-tejas-aws-interview.one-half.jpg" data-srcset="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/ck92xc7s703wbfnfzd0157g52-tejas-aws-interview.full.jpg 2x" src="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/ck92xc7s703wbfnfzd0157g52-tejas-aws-interview.one-sixth.jpg" srcset="https://web.archive.org/web/20211031181717im_/https://website-assets-fw.freshworks.com/attachments/ck92xc7s703wbfnfzd0157g52-tejas-aws-interview.one-sixth.jpg 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211031181717im_/https://www.freshworks.com/cn/platform/" srcset=""/> </div> <div class="align-center press-release-title"> <h6>Freshworks 如何使用 AWS Lambda 打造并运行能够赢得客户长期信赖的软件</h6> <h6><a href="https://web.archive.org/web/20211031181717/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/20211031181717/https://www.freshworks.com/"> <img class="logo logo-fworks footer-logo" src="/web/20211031181717im_/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/20211031181717/https://freshdesk.com/cn/?source=platform&amp;medium=referral&amp;campaign=platform_footer_main" rel="nofollow" class="">Freshdesk</a></li> <li><a href="/web/20211031181717/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/20211031181717/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/20211031181717/https://freshservice.com/?source=platform&amp;medium=referral&amp;campaign=platform_footer_main" rel="nofollow" class="">Freshservice</a></li> <li><a href="/web/20211031181717/https://www.freshworks.com/hrms/?source=platform&amp;medium=referral&amp;campaign=platform_footer_main" rel="" class="">Freshteam</a></li> <li><a href="/web/20211031181717/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/20211031181717/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/20211031181717/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/20211031181717/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/20211031181717/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/20211031181717/https://www.freshworks.com/cn/company/about/" rel="" class="">关于</a></li> <li><a href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/cn/company/leadership/" rel="" class="">管理团队</a></li> <li><a href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/cn/company/board/" rel="" class="">董事会</a></li> <li><a href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/cn/company/investors/" rel="" class="">投资者</a></li> <li><a href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/cn/customers/" rel="" class="">客户</a></li> <li><a href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/cn/products/" rel="" class="">解决方案</a></li> <li><a href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/company/affiliate-partner/" rel="" class="">附属公司</a></li> <li><a href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/company/partners/home/" rel="" class="">合作伙伴</a></li> <li><a href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/cn/company/careers/" rel="" class="">职业生涯</a></li> <li><a href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/newsroom/press-releases/" rel="" class="">新闻发布</a></li> <li><a href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/cn/contact/" rel="" class="">联系我们</a></li> <li><a href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/gdpr/" rel="" class="">通用数据保护条例》</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/20211031181717/https://freshdesk.com/cn/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/20211031181717/https://freshdesk.com/cn/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/20211031181717/https://www.freshworks.com/cn/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/20211031181717/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/20211031181717/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/20211031181717/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/20211031181717/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/20211031181717/https://freshservice.com/?source=neo&amp;medium=referral&amp;campaign=neo_footer_main" rel="nofollow" class="">Freshservice</a></li> <li><a href="https://web.archive.org/web/20211031181717/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/20211031181717/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/20211031181717/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/20211031181717/https://www.freshworks.com/apps/?source=neo&amp;medium=home-footer" rel="" class="">市场</a></li> <li><a href="https://web.archive.org/web/20211031181717/https://developers.freshworks.com/?source=neo&amp;medium=home-footer" rel="" class="">开发人员门户</a></li> <li><a href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/platform/analytics/?source=neo&amp;medium=home-footer" rel="" class="">分析</a></li> <li><a href="https://web.archive.org/web/20211031181717/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/20211031181717/https://www.freshworks.com/cn/platform/unified-customer-record/?source=neo&amp;medium=home-footer" rel="" class="">统一客户记录</a></li> <li><a href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/cn/platform/neo-collaboration-platform/?source=neo&amp;medium=home-footer" rel="" class="">团队协作</a></li> <li><a href="https://web.archive.org/web/20211031181717/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/20211031181717/https://www.freshworks.com/cn/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/20211031181717/https://www.facebook.com/FreshworksInc/" rel="" target="_blank"><i class="icon-facebook"></i></a></li> <li><a href="https://web.archive.org/web/20211031181717/https://twitter.com/freshworksinc" rel="" target="_blank"><i class="icon-twitter"></i></a></li> <li><a href="https://web.archive.org/web/20211031181717/https://www.youtube.com/channel/UCYtaa2E7NSvf3uD9DbsDYZA" rel="" target="_blank"><i class="icon-youtube"></i></a></li> <li><a href="https://web.archive.org/web/20211031181717/https://www.linkedin.com/company/1377014" rel="" target="_blank"><i class="icon-linkedin"></i></a></li> <li><a href="https://web.archive.org/web/20211031181717/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/20211031181717/https://www.freshworks.com/terms/" rel="">服务条款</a> <a href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/privacy/" rel="">隐私声明</a> <a href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/take-down/" rel="">移除政策</a> <a href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/gdpr/" rel="">《通用数据保护条例》</a> <a href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/security/" rel="">安全性</a> <a href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/csr-policy" rel="">企业社会责任政策</a> <a href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/company/sales-and-service-tax-faqs" rel="">税务常见问题</a> <a href="https://web.archive.org/web/20211031181717/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/20211031181717cs_/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 来为您提供更好的浏览体验、分析网站流量、个性化内容并有针对性的投放广告。请阅读我们<a href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/privacy">隐私声明</a>中的 Cookie 使用方式。我们的 <a href="https://web.archive.org/web/20211031181717/https://www.freshworks.com/list-of-cookies?domain=freshdesk.com">Cookie 政策</a>中提供了有关管理 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/20211031181717im_/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/20211031181717/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/20211031181717/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/20211031181717/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/20211031181717if_/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 18:17:17 Oct 31, 2021 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 08:05:26 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: 1.312 exclusion.robots: 0.066 exclusion.robots.policy: 0.039 esindex: 0.019 cdx.remote: 29.468 LoadShardBlock: 137.361 (3) PetaboxLoader3.datanode: 115.558 (4) PetaboxLoader3.resolve: 114.015 (2) load_resource: 124.492 -->

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