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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | https://www.employeereferrals.com/contact-us |
| عنوان صفحة سياسة الخصوصية | 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": []
}
]
} | |