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