Evidenced

Bring Evidenced interview intelligence directly to your ATS.

O que é Evidenced?

Evidenced é uma extensão do Chrome desenvolvida por https://evidenced.app, e sua principal característica é "Bring Evidenced interview intelligence directly to your ATS.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Evidenced

Baixe arquivos de extensão Evidenced no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Evidenced Evidenced
ID dkbaiedblhfpjpmgcmmjbhcoaahjmnff
URL Oficial https://chromewebstore.google.com/detail/evidenced/dkbaiedblhfpjpmgcmmjbhcoaahjmnff
Descrição Bring Evidenced interview intelligence directly to your ATS.
Tamanho do Arquivo 823 KB
Contagem de Instalações 52
Versão Atual 1.9.4
Última Atualização 2024-03-05
Data de Publicação 2022-07-14
Classificação 4.86/5 Total de 7 Avaliações
Desenvolvedor https://evidenced.app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://evidenced.app
URL da Página de Ajuda https://intercom.help/evidenced/en/
URL da Página de Política de Privacidade https://www.evidenced.app/privacy-policy
Idiomas Suportados 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": []
        }
    ]
}