Evidenced

Bring Evidenced interview intelligence directly to your ATS.

Hvad er Evidenced?

Evidenced er en Chrome-udvidelse udviklet af https://evidenced.app, og dens hovedfunktion er "Bring Evidenced interview intelligence directly to your ATS.".

Udvidelsesskærmbilleder

screenshot

Download Evidenced-udvidelses-CRX-fil

Download Evidenced-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Evidenced Evidenced
ID dkbaiedblhfpjpmgcmmjbhcoaahjmnff
Officiel URL https://chromewebstore.google.com/detail/evidenced/dkbaiedblhfpjpmgcmmjbhcoaahjmnff
Beskrivelse Bring Evidenced interview intelligence directly to your ATS.
Filstørrelse 823 KB
Antal Installationer 52
Nuværende Version 1.9.4
Senest Opdateret 2024-03-05
Udgivelsesdato 2022-07-14
Bedømmelse 4.86/5 Samlet 7 Bedømmelser
Udvikler https://evidenced.app
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://evidenced.app
Hjælpeside-URL https://intercom.help/evidenced/en/
URL til Fortrolighedspolitik Side https://www.evidenced.app/privacy-policy
Understøttede Sprog 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": []
        }
    ]
}