Evidenced

Bring Evidenced interview intelligence directly to your ATS.

什麼是Evidenced?

Evidenced是由https://evidenced.app開發的Chrome擴展程式,該擴展的主要功能是“Bring Evidenced interview intelligence directly to your ATS.”。

擴展截圖

screenshot

下載Evidenced擴展crx文件

下載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
官方網址 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": []
        }
    ]
}