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 |
Eメール | [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" ] } ] } |