Teamtailor sourcing
Source candidates to your Teamtailor account
什麼是Teamtailor sourcing?
Teamtailor sourcing是由https://www.teamtailor.com開發的Chrome擴展程式,該擴展的主要功能是“Source candidates to your Teamtailor account”。
擴展截圖
下載Teamtailor sourcing擴展crx文件
下載Teamtailor sourcing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This Teamtailor Chrome Extension makes it possible to add a candidate to Teamtailor from whichever site you’re browsing. When you see a person that you want to add, simply click the Teamtailor extension in Chrome and add the candidate. Add information like which job you want to add them to, give them a rating and write a note. Smooth and simple, without having to leave the page where you found the candidate. In Teamtailor, you and your team will be able to see on the candidate profile what page you found the candidate on. Add candidates within seconds with this extension and make your candidate sourcing better.
擴展基本資訊
名稱 | Teamtailor sourcing |
ID | bdmknahgkndejbjefgbkghhpnabglhlp |
官方網址 | https://chromewebstore.google.com/detail/teamtailor-sourcing/bdmknahgkndejbjefgbkghhpnabglhlp |
簡介 | Source candidates to your Teamtailor account |
檔案大小 | 145 KB |
安裝次數 | 4,690 |
目前版本 | 22.10.18.2158 |
更新時間 | 2022-10-18 |
上架時間 | 2019-10-17 |
評分 | 3.80/5 共 5 次評分 |
開發者 | https://www.teamtailor.com |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://support.teamtailor.com/ |
隱私政策頁面URL | https://www.teamtailor.com/en/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Teamtailor sourcing", "description": "Source candidates to your Teamtailor account", "version": "22.10.18.2158", "homepage_url": "https:\/\/www.teamtailor.com", "browser_action": { "default_icon": "icon.png" }, "icons": { "48": "icon48x48.png", "128": "icon128x128.png" }, "applications": { "gecko": { "id": "{f095aff1-cc2e-4577-9cb5-d6d981ca0a60}" } }, "permissions": [ "activeTab", "storage", "https:\/\/*.teamtailor.com\/*", "*:\/\/*.teamtailor.localhost\/*", "https:\/\/*.s3.eu-west-1.amazonaws.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "browser-polyfill.min.js", "content.js" ] } ], "background": { "scripts": [ "browser-polyfill.min.js", "background.js" ], "persistent": false } } |