CINXE.COM
Life at Freshworks | Freshworks Jobs
<!DOCTYPE html> <html lang="cn"> <head><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_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="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://www.freshworks.com/cn/company/life-at-freshworks/","20211107103245","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1636281165"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_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\/20211107103245\/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/20211107103245js_/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>Life at Freshworks | Freshworks Jobs</title> <meta name="description" content="At Freshworks, we put happiness at the heart of everything we do. If you are looking for a great employee experience and ready to translate that into a ‘WOW’ experience for our customers, we’re looking for someone exactly like you."> <meta name="keywords" content="life at freshworks, freshworks culture, freshworks careers, freshworks talent community, freshworks recruitment process, freshworks hiring, freshworks talent acquisition, join freshworks, freshworks job openings, freshworks diversity and inclusion, inside freshworks, saas careers, saas unicorn"> <link rel="icon" size="16x16" type="image/png" href="/web/20211107103245im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="icon" size="96x96" type="image/png" href="/web/20211107103245im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="icon" size="32x32" type="image/png" href="/web/20211107103245im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="icon" size="192x192" type="image/png" href="/web/20211107103245im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="apple-touch-icon" size="16x16" type="image/png" href="/web/20211107103245im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="apple-touch-icon" size="96x96" type="image/png" href="/web/20211107103245im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="apple-touch-icon" size="32x32" type="image/png" href="/web/20211107103245im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="apple-touch-icon" size="192x192" type="image/png" href="/web/20211107103245im_/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/company/life-at-freshworks"> <meta property="og:type" content="website"/> <meta property="og:title" content="Life at Freshworks | Freshworks Jobs"> <meta property="og:description" content="At Freshworks, we put happiness at the heart of everything we do. If you are looking for a great employee experience and ready to translate that into a ‘WOW’ experience for our customers, we’re looking for someone exactly like you."> <link rel="canonical" href="https://web.archive.org/web/20211107103245/https://www.freshworks.com/cn/company/life-at-freshworks/"> <meta property="og:image" content="/web/20211107103245im_/https://www.freshworks.com/cn/company/life-at-freshworks/"/> <meta name="og:image" content="/web/20211107103245im_/https://www.freshworks.com/cn/company/life-at-freshworks/"/> <meta name="twitter:title" content="Life at Freshworks | Freshworks Jobs"/> <meta name="twitter:description" content="At Freshworks, we put happiness at the heart of everything we do. If you are looking for a great employee experience and ready to translate that into a ‘WOW’ experience for our customers, we’re looking for someone exactly like you."/> <meta property="twitter:image" content=""/> <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/20211107103245cs_/https://use.typekit.net/pjk5ugs.css"/> <link href="/web/20211107103245cs_/https://www.freshworks.com/static-assets/css/site.css?c8d08b00f8e594c0b14ea40b75a36a9c" 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=c8d08b00f8e594c0b14ea40b75a36a9c; 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/20211107103245/https://www.freshworks.com/company/life-at-freshworks/"/> <link rel="alternate" hreflang="en-US" href="https://web.archive.org/web/20211107103245/https://www.freshworks.com/company/life-at-freshworks/"/> <link rel="alternate" hreflang="de" href="https://web.archive.org/web/20211107103245/https://www.freshworks.com/de/company/life-at-freshworks/"/> <link rel="alternate" hreflang="nl" href="https://web.archive.org/web/20211107103245/https://www.freshworks.com/nl/company/life-at-freshworks/"/> <link rel="alternate" hreflang="fr" href="https://web.archive.org/web/20211107103245/https://www.freshworks.com/fr/company/life-at-freshworks/"/> <link rel="alternate" hreflang="sv" href="https://web.archive.org/web/20211107103245/https://www.freshworks.com/se/company/life-at-freshworks/"/> <link rel="alternate" hreflang="es-ES" href="https://web.archive.org/web/20211107103245/https://www.freshworks.com/es/company/life-at-freshworks/"/> <link rel="alternate" hreflang="es-MX" href="https://web.archive.org/web/20211107103245/https://www.freshworks.com/latam/company/life-at-freshworks/"/> <link rel="alternate" hreflang="es-CO" href="https://web.archive.org/web/20211107103245/https://www.freshworks.com/latam/company/life-at-freshworks/"/> <link rel="alternate" hreflang="es-AR" href="https://web.archive.org/web/20211107103245/https://www.freshworks.com/latam/company/life-at-freshworks/"/> <link rel="alternate" hreflang="pt-BR" href="https://web.archive.org/web/20211107103245/https://www.freshworks.com/br/company/life-at-freshworks/"/> <link rel="alternate" hreflang="ja-JP" href="https://web.archive.org/web/20211107103245/https://www.freshworks.com/jp/company/life-at-freshworks/"/> <link rel="alternate" hreflang="ko" href="https://web.archive.org/web/20211107103245/https://www.freshworks.com/ko/company/life-at-freshworks/"/> <link rel="alternate" hreflang="ru" href="https://web.archive.org/web/20211107103245/https://www.freshworks.com/ru/company/life-at-freshworks/"/> <link rel="alternate" hreflang="zh-hans" href="https://web.archive.org/web/20211107103245/https://www.freshworks.com/cn/company/life-at-freshworks/"/> <link rel="alternate" hreflang="th" href="https://web.archive.org/web/20211107103245/https://www.freshworks.com/th/company/life-at-freshworks/"/> <link rel="alternate" hreflang="pl" href="https://web.archive.org/web/20211107103245/https://www.freshworks.com/pl/company/life-at-freshworks/"/> <link rel="alternate" hreflang="zh-hant" href="https://web.archive.org/web/20211107103245/https://www.freshworks.com/hk/company/life-at-freshworks/"/> <link rel="alternate" hreflang="tr" href="https://web.archive.org/web/20211107103245/https://www.freshworks.com/tr/company/life-at-freshworks/"/> </head> <body class=" nav-transparent-secondary no-super " data-product-name="fworks" data-lang="cn"> <header> <nav class="nav-scroll nav-light-bg has-secondary "> <div class="nav-primary-wrapper"> <div class="nav-primary l-page"> <div class="nav-logo-wrapper"> <div class="product-logo-wrap"> <a href="/web/20211107103245/https://www.freshworks.com/"> <img class="logo logo-fworks " src="/web/20211107103245im_/https://www.freshworks.com/static-assets/images/common/company/logos/logo-fworks-black.svg" alt="Freshworks"/> </a> </div> <span class="nav-burger"> <span class="nav-burger-icon"></span> </span> </div> <ul class="l-nav-list nav-main-menu"> <li class="nav-main-item card-nav 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 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/20211107103245/https://freshdesk.com/cn/?source=fworks&medium=referral&campaign=fworks_product_nav" class="nav-sub-label"> <div class="persona-product-card"> <img src="https://web.archive.org/web/20211107103245im_/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/20211107103245/https://www.freshworks.com/freshsales-crm/?source=fworks&medium=referral&campaign=fworks_product_nav" class="nav-sub-label"> <div class="persona-product-card"> <img src="https://web.archive.org/web/20211107103245im_/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/20211107103245/https://www.freshworks.com/marketing-automation/?source=fworks&medium=referral&campaign=fworks_product_nav" class="nav-sub-label"> <div class="persona-product-card"> <img src="https://web.archive.org/web/20211107103245im_/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/20211107103245/https://freshservice.com/?source=fworks&medium=referral&campaign=fworks_product_nav" class="nav-sub-label"> <div class="persona-product-card"> <img src="https://web.archive.org/web/20211107103245im_/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/20211107103245/https://www.freshworks.com/hrms/?source=fworks&medium=referral&campaign=fworks_product_nav" class="nav-sub-label"> <div class="persona-product-card"> <img src="https://web.archive.org/web/20211107103245im_/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/20211107103245/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-main-item card-nav has-sub-menu "> <span class="nav-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/20211107103245/https://www.freshworks.com/cn/platform/"> <img src="https://web.archive.org/web/20211107103245im_/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/20211107103245im_/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/20211107103245/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/20211107103245/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/20211107103245im_/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/20211107103245/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/20211107103245/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/20211107103245/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/20211107103245/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/20211107103245/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/20211107103245/https://www.freshworks.com/apps/" class="partner-nav-sub-item card-width"> <img src="https://web.archive.org/web/20211107103245im_/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/20211107103245/https://developer.freshworks.com/" class="partner-nav-sub-item card-width"> <img src="https://web.archive.org/web/20211107103245im_/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/20211107103245/https://www.freshworks.com/cn/platform/technology-alliances/" class="partner-nav-sub-item card-width"> <img src="https://web.archive.org/web/20211107103245im_/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/20211107103245/https://www.freshworks.com/cn/platform/customer-spotlight/" class="partner-nav-sub-item card-width"> <img src="https://web.archive.org/web/20211107103245im_/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-main-item caps-heading-12 "> <a class="nav-label" href="/web/20211107103245/https://www.freshworks.com/solutions/" rel="" target=""blank"">解决方案</a> </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/20211107103245/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/20211107103245/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/20211107103245/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/20211107103245/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/20211107103245/https://www.freshworks.com/cn/company/partners/" rel=""> <span class="label"> 合作伙伴 </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211107103245/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="https://web.archive.org/web/20211107103245/https://blog.freshworks.com/" rel=""> <span class="label"> 博客 </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211107103245/https://www.freshworks.com/newsroom/press-releases/" rel=""> <span class="label"> 媒体 </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="https://web.archive.org/web/20211107103245/https://ir.freshworks.com/" rel=""> <span class="label"> 投资者 </span> </a> </li> </ul> </li> <li class="nav-main-item caps-heading-12 "> <a class="nav-label" href="/web/20211107103245/https://www.freshworks.com/customers/" rel="" target=""blank"">客户</a> </li> <li class="nav-main-item caps-heading-12 "> <a class="nav-label" href="/web/20211107103245/https://www.freshworks.com/support/" rel="">支持</a> </li> <li class="language-selector nav-main-item caps-heading-12 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/20211107103245/https://www.freshworks.com/company/life-at-freshworks/"> <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/20211107103245/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/20211107103245/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/20211107103245/https://www.freshworks.com/de/company/life-at-freshworks/"> <span class="fw-flag fw-flag-germany"></span><span class="label">Deutsch</span> </a><a class="col-md-4 language-wrapper" href="/web/20211107103245/https://www.freshworks.com/nl/company/life-at-freshworks/"> <span class="fw-flag fw-flag-netherlands"></span><span class="label">Nederlands</span> </a><a class="col-md-4 language-wrapper" href="/web/20211107103245/https://www.freshworks.com/fr/company/life-at-freshworks/"> <span class="fw-flag fw-flag-france"></span><span class="label">Français</span> </a><a class="col-md-4 language-wrapper" href="/web/20211107103245/https://www.freshworks.com/se/company/life-at-freshworks/"> <span class="fw-flag fw-flag-sweden"></span><span class="label">Svenska</span> </a><a class="col-md-4 language-wrapper" href="/web/20211107103245/https://www.freshworks.com/es/company/life-at-freshworks/"> <span class="fw-flag fw-flag-spain"></span><span class="label">Español</span> </a><a class="col-md-4 language-wrapper" href="/web/20211107103245/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/20211107103245/https://www.freshworks.com/ru/company/life-at-freshworks/"> <span class="fw-flag fw-flag-romania"></span><span class="label">Pусский</span> </a><a class="col-md-4 language-wrapper" href="/web/20211107103245/https://www.freshworks.com/pl/company/life-at-freshworks/"> <span class="fw-flag fw-flag-poland"></span><span class="label">Polski</span> </a><a class="col-md-4 language-wrapper" href="/web/20211107103245/https://www.freshworks.com/tr/company/life-at-freshworks/"> <span class="fw-flag fw-flag-turkey"></span><span class="label">Türkçe</span> </a> </div> <div class="row pt-xs"> <p class="region-label">Latin America</p><a class="col-md-4 language-wrapper" href="/web/20211107103245/https://www.freshworks.com/latam/company/life-at-freshworks/"> <span class="fw-flag fw-flag-mexico"></span><span class="label">Español</span> </a><a class="col-md-4 language-wrapper" href="/web/20211107103245/https://www.freshworks.com/br/company/life-at-freshworks/"> <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/20211107103245/https://www.freshworks.com/jp/company/life-at-freshworks/"> <span class="fw-flag fw-flag-japan"></span><span class="label">日本語</span> </a><a class="col-md-4 language-wrapper" href="/web/20211107103245/https://www.freshworks.com/ko/company/life-at-freshworks/"> <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/20211107103245/https://www.freshworks.com/th/company/life-at-freshworks/"> <span class="fw-flag fw-flag-thailand"></span><span class="label">ภาษาไทย</span> </a><a class="col-md-4 language-wrapper active" href="/web/20211107103245/https://www.freshworks.com/hk/company/life-at-freshworks/"> <span class="fw-flag fw-flag-china"></span><span class="label">繁體中文</span> </a> </div> </div> </div> </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="/company/life-at-freshworks"> English </option> <option value="English (UAE)" data-link="/ae"> English (UAE) </option> <option value="English (South Africa)" data-link="/za"> English (South Africa) </option> <option value="Deutsch" data-link="/de/company/life-at-freshworks"> Deutsch </option> <option value="Nederlands" data-link="/nl/company/life-at-freshworks"> Nederlands </option> <option value="Français" data-link="/fr/company/life-at-freshworks"> Français </option> <option value="Svenska" data-link="/se/company/life-at-freshworks"> Svenska </option> <option value="Español" data-link="/es/company/life-at-freshworks"> Español </option> <option value="Español" data-link="/latam/company/life-at-freshworks"> Español </option> <option value="Português" data-link="/br/company/life-at-freshworks"> Português </option> <option value="Português" data-link="/pt"> Português </option> <option value="日本語" data-link="/jp/company/life-at-freshworks"> 日本語 </option> <option value="한국어" data-link="/ko/company/life-at-freshworks"> 한국어 </option> <option value="Pусский" data-link="/ru/company/life-at-freshworks"> Pусский </option> <option value="ภาษาไทย" data-link="/th/company/life-at-freshworks"> ภาษาไทย </option> <option value="Polski" data-link="/pl/company/life-at-freshworks"> Polski </option> <option value="繁體中文" data-link="/hk/company/life-at-freshworks"> 繁體中文 </option> <option value="Türkçe" data-link="/tr/company/life-at-freshworks"> Türkçe </option> </select> </form> <span class="nav-label lang-choice" data-lang="">简体中文</span> <i class="icon-arrow-down"></i> </li> <li class="nav-main-item caps-heading-12 nav-main-item-button "> <a title="" class="button button--solid button--small " id="" target="_blank" href="/web/20211107103245/https://www.freshworks.com/products"> 现在开始</a> </li> </ul> </div> </div> <div class="nav-secondary-wrapper"> <div class="nav-secondary l-page"> <div class="nav-secondary-item caps-heading-12 has-sub-menu"> <div class="nav-secondary-label nav-secondary-buckets "> <span class="nav-label">Menu</span> <span class="nav-sub-toggle icon-arrow-down"></span> <span class="nav-sub-label"></span> </div> <ul class="l-nav-list nav-sub-menu"> <div class="menu-line"></div> <li class="nav-sub-item "> <a class="nav-sub-label " href="/web/20211107103245/https://www.freshworks.com/cn/company/life-at-freshworks/culture" rel=""> <span>企业文化</span> </a> </li> <li class="nav-sub-item "> <a class="nav-sub-label " href="/web/20211107103245/https://www.freshworks.com/cn/company/life-at-freshworks/careers" rel=""> <span>人才招聘</span> </a> </li> </ul> </div> </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/20211107103245/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('fworks')) { var showPopup = false; if (geoPopupObj.geo_popup_is_all_pages === 'all' || (geoPopupObj.geo_popup_specific_pages.filter(i => i.link_custom === '/cn/company/life-at-freshworks').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="banner-right first-fold " data-scroll-target="" id=""> <div class="l-page container pb-lg l-home banner-right-image"> <div class="row "> <div class="col-md-5 mobile-center-desktop-left-align mb-lg banner-text-content "> <h1> </h1> <h1><strong>充满无限可能的世界</strong></h1> <div class="mt-md"> <a title="" class="button button--solid " id="" target="" href="/web/20211107103245/https://www.freshworks.com/cn/company/life-at-freshworks/careers"> 查看招聘岗位</a> </div> </div> <div class="col-md-7 "> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211107103245/https://website-assets-fw.freshworks.com/attachments/cksek4vlm010ksog0ijk1dwep-fw-banner-careers-740x700-team.one-half.png" data-srcset="https://web.archive.org/web/20211107103245im_/https://website-assets-fw.freshworks.com/attachments/cksek4vlm010ksog0ijk1dwep-fw-banner-careers-740x700-team.full.png 2x" src="https://web.archive.org/web/20211107103245im_/https://website-assets-fw.freshworks.com/attachments/cksek4vlm010ksog0ijk1dwep-fw-banner-careers-740x700-team.one-sixth.png" srcset="https://web.archive.org/web/20211107103245im_/https://website-assets-fw.freshworks.com/attachments/cksek4vlm010ksog0ijk1dwep-fw-banner-careers-740x700-team.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211107103245im_/https://www.freshworks.com/cn/company/life-at-freshworks/" srcset=""/> </div> </div> </div> </div> </section> <section class="pb-xl gradient-light-tb " data-scroll-target="" id=""> <div class="l-article container align-center"> <p>在 Freshworks,我们把员工的快乐和轻松作为一切工作的核心。对我们来说,快乐不是达成目的的手段,而是目的本身。在工作时,我们是由内而外感到开心的。员工感到快乐,自然客户就能感觉到快乐。在 Freshworks,我们对自己的工作感到愉快,这种心情反映在我们提供的产品中。</p> <p>虽然公司经理了迅速的崛起,但我们对员工的承诺(沟通、协作和同理心)从未动摇。Freshworks 实现了自己的诺言,不仅取悦了客户,也满足了员工,让员工感受到在 Freshworks 可以发挥自己最大的优势,去学习、去引领、去开发、去成长。</p> <p><strong>加入我们,一同书写惊人的发展故事!</strong></p> </div> </section> <section class="banner-right " data-scroll-target="" id=""> <div class="l-page container pb-lg l-home banner-right-image"> <div class="row "> <div class="col-md-6 mobile-center-desktop-left-align mb-lg banner-text-content "> <h2>企业文化</h2> <p>我们始终坚持“员工为本”的理念。快乐、健康和有意义的工作是最优先的事项。在这里,每个人都被赋予对自己工作的所有权,比起数字达标,我们更重视个人的技术。</p> <div class="mt-md"> <a title="" class="button button--solid " id="" target="" href="/web/20211107103245/https://www.freshworks.com/cn/company/life-at-freshworks/culture"> 探索我们的企业文化</a> </div> </div> <div class="col-md-6 "> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211107103245/https://website-assets-fw.freshworks.com/attachments/cksderw0400jhkefz48zuwlny-fw-banner-careers-1150x600-culture-v3.one-half.png" data-srcset="https://web.archive.org/web/20211107103245im_/https://website-assets-fw.freshworks.com/attachments/cksderw0400jhkefz48zuwlny-fw-banner-careers-1150x600-culture-v3.full.png 2x" src="https://web.archive.org/web/20211107103245im_/https://website-assets-fw.freshworks.com/attachments/cksderw0400jhkefz48zuwlny-fw-banner-careers-1150x600-culture-v3.one-sixth.png" srcset="https://web.archive.org/web/20211107103245im_/https://website-assets-fw.freshworks.com/attachments/cksderw0400jhkefz48zuwlny-fw-banner-careers-1150x600-culture-v3.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211107103245im_/https://www.freshworks.com/cn/company/life-at-freshworks/" srcset=""/> </div> </div> </div> </div> </section> <section class="pt-xl " data-scroll-target="" id=""> <div class="l-article container align-center"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211107103245/https://website-assets-fw.freshworks.com/attachments/cksdewk2100k6pkg05tkixxx9-freshworks-banner-award-1500x600-150ppi-opt-03.one-half.png" data-srcset="https://web.archive.org/web/20211107103245im_/https://website-assets-fw.freshworks.com/attachments/cksdewk2100k6pkg05tkixxx9-freshworks-banner-award-1500x600-150ppi-opt-03.full.png 2x" src="https://web.archive.org/web/20211107103245im_/https://website-assets-fw.freshworks.com/attachments/cksdewk2100k6pkg05tkixxx9-freshworks-banner-award-1500x600-150ppi-opt-03.one-sixth.png" srcset="https://web.archive.org/web/20211107103245im_/https://website-assets-fw.freshworks.com/attachments/cksdewk2100k6pkg05tkixxx9-freshworks-banner-award-1500x600-150ppi-opt-03.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211107103245im_/https://www.freshworks.com/cn/company/life-at-freshworks/" srcset=""/> </div> <div class="align-center"> <div class="lazy-image-wrapper " style=""> <a href="https://web.archive.org/web/20211107103245/https://www.glassdoor.co.in/Reviews/Freshworks-Reviews-E1680273.htm" target="_self"> <img class="lazy-image " data-src="https://web.archive.org/web/20211107103245/https://website-assets-fw.freshworks.com/attachments/cksdeyfaw00pojqfzu917wcc7-glasdoor-2.one-half.png" data-srcset="https://web.archive.org/web/20211107103245im_/https://website-assets-fw.freshworks.com/attachments/cksdeyfaw00pojqfzu917wcc7-glasdoor-2.full.png 2x" src="https://web.archive.org/web/20211107103245im_/https://website-assets-fw.freshworks.com/attachments/cksdeyfaw00pojqfzu917wcc7-glasdoor-2.one-sixth.png" srcset="https://web.archive.org/web/20211107103245im_/https://website-assets-fw.freshworks.com/attachments/cksdeyfaw00pojqfzu917wcc7-glasdoor-2.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211107103245im_/https://www.freshworks.com/cn/company/life-at-freshworks/" srcset=""/> </a> </div> </div> </div> </section> <section id="scrollblogs" data-scroll-target="scrollblogs" class="pt-xl"> <div class="l-section-heading align-center "> <h2>Freshworks 内部环境</h2> </div> <div class="l-page container l-grid"> <div class="row"> <div class="col-sm-4 "> <a href="https://web.archive.org/web/20211107103245/https://www.freshworks.com/saas/for-shuveb-hussain-a-happy-work-environment-foments-creativity-and-leadership-at-freshworks-blog/" target="_blank"> <div class="press-release-item"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211107103245/https://website-assets-fw.freshworks.com/attachments/ckj8omidl0if4t6fzsjmv0q33-blog1-min.one-half.png" data-srcset="https://web.archive.org/web/20211107103245im_/https://website-assets-fw.freshworks.com/attachments/ckj8omidl0if4t6fzsjmv0q33-blog1-min.full.png 2x" src="https://web.archive.org/web/20211107103245im_/https://website-assets-fw.freshworks.com/attachments/ckj8omidl0if4t6fzsjmv0q33-blog1-min.one-sixth.png" srcset="https://web.archive.org/web/20211107103245im_/https://website-assets-fw.freshworks.com/attachments/ckj8omidl0if4t6fzsjmv0q33-blog1-min.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211107103245im_/https://www.freshworks.com/cn/company/life-at-freshworks/" srcset=""/> </div> <div class="align-center press-release-title"> <p>对 Shuveb Hussain 来说,Freshworks 愉快的工作环境能够激发创造力和领导力。<br/> <span class="forward--link link mt-xs">继续阅读</span></p> </div> </div> </a> </div> <div class="col-sm-4 "> <a href="https://web.archive.org/web/20211107103245/https://www.freshworks.com/saas/digital-transformation-and-the-happiness-quotient-blog/" target="_blank"> <div class="press-release-item"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211107103245/https://website-assets-fw.freshworks.com/attachments/ckj8orlvi0p0w98g1d3258m9k-blog2.one-half.png" data-srcset="https://web.archive.org/web/20211107103245im_/https://website-assets-fw.freshworks.com/attachments/ckj8orlvi0p0w98g1d3258m9k-blog2.full.png 2x" src="https://web.archive.org/web/20211107103245im_/https://website-assets-fw.freshworks.com/attachments/ckj8orlvi0p0w98g1d3258m9k-blog2.one-sixth.png" srcset="https://web.archive.org/web/20211107103245im_/https://website-assets-fw.freshworks.com/attachments/ckj8orlvi0p0w98g1d3258m9k-blog2.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211107103245im_/https://www.freshworks.com/cn/company/life-at-freshworks/" srcset=""/> </div> <div class="align-center press-release-title"> <p>数字化转型和“快乐指数”</p> <p><span class="forward--link link mt-xs">继续阅读</span></p> </div> </div> </a> </div> <div class="col-sm-4 "> <a href="https://web.archive.org/web/20211107103245/https://www.freshworks.com/saas/making-culture-work-for-remote-teams-blog/" target="_self"> <div class="press-release-item"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211107103245/https://website-assets-fw.freshworks.com/attachments/ckj8ovmko0280rag14hs0bpsl-blog3.one-half.png" data-srcset="https://web.archive.org/web/20211107103245im_/https://website-assets-fw.freshworks.com/attachments/ckj8ovmko0280rag14hs0bpsl-blog3.full.png 2x" src="https://web.archive.org/web/20211107103245im_/https://website-assets-fw.freshworks.com/attachments/ckj8ovmko0280rag14hs0bpsl-blog3.one-sixth.png" srcset="https://web.archive.org/web/20211107103245im_/https://website-assets-fw.freshworks.com/attachments/ckj8ovmko0280rag14hs0bpsl-blog3.one-sixth.png 2x"/> <img class="original-image fadeIn " alt="" title="" src="/web/20211107103245im_/https://www.freshworks.com/cn/company/life-at-freshworks/" srcset=""/> </div> <div class="align-center press-release-title"> <p>让企业文化为远程团队服务</p> <p><span class="forward--link link mt-xs">继续阅读</span></p> </div> </div> </a> </div> </div> </div> </section> <section id="" data-text-list="[]" data-scroll-target="#" class=" align-center pattern-light "> <div class="container " data-scroll-target=""> <h2 class="align-center">与人分享快乐,就有双倍快乐</h2> <div class="mt-md"> <a title="" class="button button--solid " id="" target="" href="https://web.archive.org/web/20211107103245/https://careers.freshworks.com/jobs"> 查看招聘岗位</a> </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/20211107103245/https://www.freshworks.com/"> <img class="logo logo-fworks footer-logo" src="/web/20211107103245im_/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/20211107103245/https://freshdesk.com/cn/?source=fworks&medium=referral&campaign=fworks_footer_main" rel="nofollow" class="">Freshdesk</a></li> <li><a href="/web/20211107103245/https://www.freshworks.com/freshsales-crm/?source=fworks&medium=referral&campaign=fworks_footer_main" rel="" class="">Freshsales</a></li> <li><a href="https://web.archive.org/web/20211107103245/https://www.freshworks.com/marketing-automation/?source=fworks&medium=referral&campaign=fworks_footer_main" rel="" class="">Freshmarketer</a></li> <li><a href="https://web.archive.org/web/20211107103245/https://freshservice.com/?source=fworks&medium=referral&campaign=fworks_footer_main" rel="nofollow" class="">Freshservice</a></li> <li><a href="/web/20211107103245/https://www.freshworks.com/hrms/?source=fworks&medium=referral&campaign=fworks_footer_main" rel="" class="">Freshteam</a></li> <li><a href="/web/20211107103245/https://www.freshworks.com/freshcaller-cloud-pbx/?source=fworks&medium=referral&campaign=fworks_footer_main" rel="" class="">Freshcaller</a></li> <li><a href="/web/20211107103245/https://www.freshworks.com/live-chat-software/?source=fworks&medium=referral&campaign=fworks_footer_main" rel="" class="">Freshchat</a></li> <li><a href="https://web.archive.org/web/20211107103245/https://www.freshworks.com/customer-success-software/?source=fworks&medium=referral&campaign=fworks_footer_main" rel="" class="">Freshsuccess</a></li> <li><a href="/web/20211107103245/https://www.freshworks.com/website-monitoring/?source=fworks&medium=referral&campaign=fworks_footer_main" rel="" class="">Freshping</a></li> <li><a href="https://web.archive.org/web/20211107103245/https://www.freshworks.com/statuspage/?source=fworks&medium=referral&campaign=fworks_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="/web/20211107103245/https://www.freshworks.com/cn/company/about/" rel="" class="">关于我们</a></li> <li><a href="/web/20211107103245/https://www.freshworks.com/cn/company/leadership/" rel="" class="">管理团队</a></li> <li><a href="/web/20211107103245/https://www.freshworks.com/cn/company/board/" rel="" class="">董事会</a></li> <li><a href="/web/20211107103245/https://www.freshworks.com/cn/company/investors/" rel="" class="">投资者</a></li> <li><a href="/web/20211107103245/https://www.freshworks.com/customers/" rel="" class="">客户</a></li> <li><a href="/web/20211107103245/https://www.freshworks.com/solutions/" rel="" class="">解决方案</a></li> <li><a href="/web/20211107103245/https://www.freshworks.com/company/affiliate-partner/" rel="" class="">联盟营销</a></li> <li><a href="/web/20211107103245/https://www.freshworks.com/company/partners/reseller-partner-program/" rel="" class="">合作伙伴</a></li> <li><a href="/web/20211107103245/https://www.freshworks.com/cn/company/careers/" rel="" class="">职业生涯</a></li> <li><a href="/web/20211107103245/https://www.freshworks.com/newsroom/press-releases/" rel="" class="">新闻发布</a></li> <li><a href="/web/20211107103245/https://www.freshworks.com/cn/contact/" rel="" class="">联系我们</a></li> <li><a href="/web/20211107103245/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-12"> <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/20211107103245/http://refresh.freshservice.com/" rel="nofollow" class="">Refresh-IT</a></li> <li><a href="https://web.archive.org/web/20211107103245/https://www.freshworksrefresh2021.com/event/52b42838-fdea-4731-b8fd-51c212b052b5/summary?RefId=4673632-Website-Homepage_Banner" rel="" class="">Refresh 2021</a></li> </ul> <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/20211107103245/https://www.facebook.com/FreshworksInc/" rel="" target="_blank"><i class="icon-facebook"></i></a></li> <li><a href="https://web.archive.org/web/20211107103245/https://twitter.com/freshworksinc" rel="" target="_blank"><i class="icon-twitter"></i></a></li> <li><a href="https://web.archive.org/web/20211107103245/https://www.youtube.com/channel/UCYtaa2E7NSvf3uD9DbsDYZA" rel="" target="_blank"><i class="icon-youtube"></i></a></li> <li><a href="https://web.archive.org/web/20211107103245/https://www.linkedin.com/company/1377014" rel="" target="_blank"><i class="icon-linkedin"></i></a></li> <li><a href="https://web.archive.org/web/20211107103245/https://plus.google.com/+Freshworks" rel="" target="_blank"><i class="icon-google-plus"></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="/web/20211107103245/https://www.freshworks.com/terms/" rel="">服务条款</a> <a href="/web/20211107103245/https://www.freshworks.com/privacy/" rel="">隐私声明</a> <a href="/web/20211107103245/https://www.freshworks.com/take-down/" rel="">取缔政策</a> <a href="/web/20211107103245/https://www.freshworks.com/gdpr/" rel="">《通用数据保护条例》</a> <a href="/web/20211107103245/https://www.freshworks.com/security/" rel="">安全性</a> <a href="/web/20211107103245/https://www.freshworks.com/live-chat-software/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/20211107103245cs_/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/20211107103245/https://www.freshworks.com/privacy">隐私声明</a>中的 Cookie 使用方式。我们的 <a href="https://web.archive.org/web/20211107103245/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/20211107103245im_/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?d449e1648715aad689960769b635a420" 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/20211107103245/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/20211107103245/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/20211107103245/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/20211107103245if_/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 10:32:45 Nov 07, 2021 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 14:18:22 Mar 02, 2025. 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.522 exclusion.robots: 0.026 exclusion.robots.policy: 0.017 esindex: 0.01 cdx.remote: 14.229 LoadShardBlock: 162.818 (3) PetaboxLoader3.datanode: 223.501 (4) PetaboxLoader3.resolve: 140.024 (2) load_resource: 207.744 -->