Freshteam Sourcing Extension
Easy plug and play extension from Freshteam to source your candidates.
什么是Freshteam Sourcing Extension?
Freshteam Sourcing Extension是由Freshteam by Freshworks开发的Chrome扩展程序,该扩展的主要功能是“Easy plug and play extension from Freshteam to source your candidates.”。
扩展截图
下载Freshteam Sourcing Extension扩展crx文件
下载Freshteam Sourcing Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Pursuing candidates on external sites made easy! With the all new Freshteam Sourcing Extension you can: → Experience frictionless candidate sourcing → Avoid pursuing duplicate candidates → Spend more time in building hiring pipeline You need a Freshteam account to use this extension. Signup for free here: https://www.freshworks.com/hrms/signup/
扩展基本信息
名称 | |
ID | efceagngbclbofcpknkbbicbmfdbpefa |
官方URL | https://chromewebstore.google.com/detail/freshteam-sourcing-extens/efceagngbclbofcpknkbbicbmfdbpefa |
简介 | Easy plug and play extension from Freshteam to source your candidates. |
文件大小 | 1.66 MB |
安装次数 | 462 |
当前版本 | 2.2.0 |
更新时间 | 2022-09-05 |
上架时间 | 2021-06-17 |
评分 | 3.67/5 共3次评分 |
开发者 | Freshteam by Freshworks |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.freshworks.com/hrms/ |
帮助页面URL | https://support.freshteam.com/support/home |
隐私政策页面URL | https://www.freshworks.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Freshteam Sourcing Extension", "description": "Easy plug and play extension from Freshteam to source your candidates.", "version": "2.2.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "scripting", "storage" ], "icons": { "16": "assets\/images\/ft-logo-s.png", "48": "assets\/images\/ft-logo-m.png", "128": "assets\/images\/ft-logo-l.png" }, "host_permissions": [ "https:\/\/*\/*" ], "action": { "default_title": "Freshteam Sourcing Extension" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "css": [ "assets\/ft-chrome-extension.css", "assets\/vendor.css" ], "js": [ "content-script.js" ] } ] } |