Evidenced

Bring Evidenced interview intelligence directly to your ATS.

Co je Evidenced?

Evidenced je rozšíření Chrome vyvinuté https://evidenced.app, a jeho hlavní funkcí je „Bring Evidenced interview intelligence directly to your ATS.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Evidenced

Stáhněte si soubory rozšíření Evidenced ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Evidenced Evidenced
ID dkbaiedblhfpjpmgcmmjbhcoaahjmnff
Oficiální URL https://chromewebstore.google.com/detail/evidenced/dkbaiedblhfpjpmgcmmjbhcoaahjmnff
Popis Bring Evidenced interview intelligence directly to your ATS.
Velikost souboru 823 KB
Počet instalací 52
Aktuální Verze 1.9.4
Poslední Aktualizace 2024-03-05
Datum Vydání 2022-07-14
Hodnocení 4.86/5 Celkem 7 Hodnocení
Vývojář https://evidenced.app
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://evidenced.app
URL Stránky Nápovědy https://intercom.help/evidenced/en/
URL Stránky Zásad Ochrany Soukromí https://www.evidenced.app/privacy-policy
Podporované Jazyky 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": []
        }
    ]
}