Employee Referrals Recruiter Tool
Manage referrals alongside your ATS
Employee Referrals Recruiter Toolคืออะไร?
Employee Referrals Recruiter Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://employeereferrals.com และคุณลักษณะหลักของมันคือ "Manage referrals alongside your ATS"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Employee Referrals Recruiter Tool
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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": [] } ] } |