Employee Referrals Recruiter Tool
Manage referrals alongside your ATS
Employee Referrals Recruiter Tool là gì?
Employee Referrals Recruiter Tool là một tiện ích mở rộng Chrome được phát triển bởi https://employeereferrals.com, và tính năng chính của nó là "Manage referrals alongside your ATS".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Employee Referrals Recruiter Tool
Tải xuống các tệp mở rộng Employee Referrals Recruiter Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Employee Referrals Recruiter Tool |
ID | npbjkomipfhcgdnhihiggfcgkpohdhke |
URL Chính Thức | https://chromewebstore.google.com/detail/employee-referrals-recrui/npbjkomipfhcgdnhihiggfcgkpohdhke |
Mô tả | Manage referrals alongside your ATS |
Kích Thước Tệp | 10.03 KB |
Số Lần Cài Đặt | 60 |
Phiên Bản Hiện Tại | 2.1.01 |
Cập Nhật Lần Cuối | 2023-01-08 |
Ngày Phát Hành | 2019-10-10 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://employeereferrals.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.employeereferrals.com |
URL Trang Trợ Giúp | https://www.employeereferrals.com/contact-us |
URL Trang Chính Sách Bảo Mật | https://www.employeereferrals.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } ] } |