Evidenced
Bring Evidenced interview intelligence directly to your ATS.
什么是Evidenced?
Evidenced是由https://evidenced.app开发的Chrome扩展程序,该扩展的主要功能是“Bring Evidenced interview intelligence directly to your ATS.”。
扩展截图
下载Evidenced扩展crx文件
下载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": [] } ] } |