Evidenced
Bring Evidenced interview intelligence directly to your ATS.
ما هو Evidenced؟
Evidenced هو إضافة Chrome تم تطويرها بواسطة https://evidenced.app، والميزة الرئيسية لها هي "Bring Evidenced interview intelligence directly to your ATS.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Evidenced
قم بتنزيل ملفات الامتداد Evidenced بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Evidenced is an intelligent interviewing platform that gives your teams the tools to deliver consistent, fair and measurable interviews, driven by data. Run the perfect interview process consistently across your organisation and give all your candidates the opportunity to show you their best. Collect detailed assessments, recordings and transcripts from every interview to make truly data-driven decisions and hire the best candidates with confidence. Install our Chrome extension to bring interview intelligence directly to your ATS. Evidenced is everything you need, in one place, to run perfect interviews.
معلومات أساسية عن التمديد
الاسم | Evidenced |
ID | dkbaiedblhfpjpmgcmmjbhcoaahjmnff |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/evidenced/dkbaiedblhfpjpmgcmmjbhcoaahjmnff |
الوصف | Bring Evidenced interview intelligence directly to your ATS. |
حجم الملف | 823 KB |
عدد التثبيتات | 52 |
النسخة الحالية | 1.9.4 |
آخر تحديث | 2024-03-05 |
تاريخ النشر | 2022-07-14 |
تقييم | 4.86/5 مجموع تقييمات 7 |
المطور | https://evidenced.app |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://evidenced.app |
عنوان صفحة المساعدة | https://intercom.help/evidenced/en/ |
عنوان صفحة سياسة الخصوصية | https://www.evidenced.app/privacy-policy |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Bring Evidenced interview intelligence directly to your ATS.", "version": "1.9.4", "externally_connectable": { "matches": [ "https:\/\/platform.evidenced.app\/*" ] }, "manifest_version": 3, "name": "Evidenced", "background": { "service_worker": "background.bundle.js" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": "logo-32.png" }, "icons": { "192": "logo-192.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.workable.com\/*", "https:\/\/*.greenhouse.io\/*" ], "js": [ "contentScript.bundle.js" ] } ], "web_accessible_resources": [ { "resources": [ "logo-192.png", "logo-32.png" ], "matches": [] } ] } |