Evidenced

Bring Evidenced interview intelligence directly to your ATS.

Что такое Evidenced?

Evidenced - это расширение Chrome, разработанное https://evidenced.app, и его основная функция - "Bring Evidenced interview intelligence directly to your ATS.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Evidenced

Скачайте файлы расширений Evidenced в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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 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": []
        }
    ]
}