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 |
Eメール | [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": [] } ] } |