Employee Referrals Recruiter Tool
Manage referrals alongside your ATS
什麼是Employee Referrals Recruiter Tool?
Employee Referrals Recruiter Tool是由https://employeereferrals.com開發的Chrome擴展程式,該擴展的主要功能是“Manage referrals alongside your ATS”。
擴展截圖
下載Employee Referrals Recruiter Tool擴展crx文件
下載Employee Referrals Recruiter Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Our Chrome extension makes managing your new referrals a snap. It’s designed specifically with recruiters in mind and allows you to follow up with new referrals as they arrive without interrupting your workflow.
擴展基本資訊
名稱 | Employee Referrals Recruiter Tool |
ID | npbjkomipfhcgdnhihiggfcgkpohdhke |
官方網址 | https://chromewebstore.google.com/detail/employee-referrals-recrui/npbjkomipfhcgdnhihiggfcgkpohdhke |
簡介 | Manage referrals alongside your ATS |
檔案大小 | 10.03 KB |
安裝次數 | 60 |
目前版本 | 2.1.01 |
更新時間 | 2023-01-08 |
上架時間 | 2019-10-10 |
評分 | 5.00/5 共 3 次評分 |
開發者 | https://employeereferrals.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.employeereferrals.com |
說明頁面URL | https://www.employeereferrals.com/contact-us |
隱私政策頁面URL | https://www.employeereferrals.com/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.1.01", "name": "Employee Referrals Recruiter Tool", "description": "Manage referrals alongside your ATS", "background": { "service_worker": "service_worker.js" }, "host_permissions": [ "https:\/\/api.employeereferrals.com\/api\/users\/*\/unviewed_referrals_count?subdomain=*", "https:\/\/api-eu.employeereferrals.com\/api\/users\/*\/unviewed_referrals_count?subdomain=*" ], "permissions": [ "activeTab", "tabs", "storage", "alarms" ], "action": { "default_icon": "icon-48.png", "default_title": "Click to view referrals" }, "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ { "resources": [ "icon-128.png", "icon-48.png" ], "matches": [] } ] } |