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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | https://intercom.help/evidenced/en/ |
URL หน้านโยบายความเป็นส่วนตัว | 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": [] } ] } |