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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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