Evidenced

Bring Evidenced interview intelligence directly to your ATS.

Vad är Evidenced?

Evidenced är en Chrome-tillägg utvecklad av https://evidenced.app, och dess huvudfunktion är "Bring Evidenced interview intelligence directly to your ATS.".

Tilläggsskärmbilder

screenshot

Ladda ner Evidenced-förlängningens CRX-fil

Ladda ner Evidenced-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Evidenced Evidenced
ID dkbaiedblhfpjpmgcmmjbhcoaahjmnff
Officiell webbadress https://chromewebstore.google.com/detail/evidenced/dkbaiedblhfpjpmgcmmjbhcoaahjmnff
Beskrivning Bring Evidenced interview intelligence directly to your ATS.
Filstorlek 823 KB
Antal Installationer 52
Aktuell Version 1.9.4
Senast Uppdaterad 2024-03-05
Publiceringsdatum 2022-07-14
Betyg 4.86/5 Totalt 7 Betyg
Utvecklare https://evidenced.app
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://evidenced.app
Hjälpsida URL https://intercom.help/evidenced/en/
URL till Sekretesspolicy Sidan https://www.evidenced.app/privacy-policy
Stödda Språk 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": []
        }
    ]
}