Evidenced
Bring Evidenced interview intelligence directly to your ATS.
Apa itu Evidenced?
Evidenced adalah ekstensi Chrome yang dikembangkan oleh https://evidenced.app, dan fitur utamanya adalah "Bring Evidenced interview intelligence directly to your ATS.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Evidenced
Unduh file ekstensi Evidenced dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Evidenced |
ID | dkbaiedblhfpjpmgcmmjbhcoaahjmnff |
URL Resmi | https://chromewebstore.google.com/detail/evidenced/dkbaiedblhfpjpmgcmmjbhcoaahjmnff |
Deskripsi | Bring Evidenced interview intelligence directly to your ATS. |
Ukuran File | 823 KB |
Jumlah Instalasi | 52 |
Versi Saat Ini | 1.9.4 |
Terakhir Diperbarui | 2024-03-05 |
Tanggal Publikasi | 2022-07-14 |
Penilaian | 4.86/5 Total 7 Penilaian |
Pengembang | https://evidenced.app |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://evidenced.app |
URL Halaman Bantuan | https://intercom.help/evidenced/en/ |
URL Halaman Kebijakan Privasi | https://www.evidenced.app/privacy-policy |
Bahasa yang Didukung | 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": [] } ] } |