Evidenced
Bring Evidenced interview intelligence directly to your ATS.
Evidenced क्या है?
Evidenced https://evidenced.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bring Evidenced interview intelligence directly to your ATS."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Evidenced एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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": [] } ] } |