BrightHire

BrightHire helps hiring teams save time, improve interview quality, and make better, faster hiring decisions.

BrightHire란 무엇입니까?

BrightHire은(는) https://brighthire.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BrightHire helps hiring teams save time, improve interview quality, and make better, faster hiring decisions."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

BrightHire 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        BrightHire records, transcribes, and writes AI-powered interview notes, freeing interviewers to focus on candidates and improving the quality and compliance of interview notes. After each interview, we automatically convert the conversation into AI-powered notes that you can automatically transfer to your ATS scorecard with 1-click. And we provide tools to make great hiring decisions faster, like candidate scoring and AI-powered candidate interview highlights.

We’re built on top of the tools you already use and love, like your ATS and video conferencing platform, so it’s easier than ever for hiring teams to stay in their flow of work.                    

확장 프로그램 기본 정보

이름 BrightHire BrightHire
ID mbokiighkhdopgedihndpibkincpcgan
공식 URL https://chromewebstore.google.com/detail/brighthire/mbokiighkhdopgedihndpibkincpcgan
설명 BrightHire helps hiring teams save time, improve interview quality, and make better, faster hiring decisions.
파일 크기 3.33 MB
설치 횟수 6,000
현재 버전 v2.4.1
최근 업데이트 2024-02-29
출시 날짜 2021-04-19
평점 5.00/5 총 5 개의 평점
개발자 https://brighthire.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://brighthire.ai
도움말 페이지 URL https://brighthire.ai
개인정보 보호 정책 페이지 URL https://brighthire.ai/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BrightHire",
    "description": "BrightHire helps hiring teams save time, improve interview quality, and make better, faster hiring decisions.",
    "version": "2.4.1",
    "version_name": "v2.4.1",
    "action": {
        "default_icon": "icon-128x128.png"
    },
    "background": {
        "service_worker": "swWrapper.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*.brighthire.ai\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.brighthire.ai\/*",
            "https:\/\/kyle-brighthire.ngrok.io\/*"
        ]
    },
    "icons": {
        "16": "icon-16x16.png",
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "toast.html",
                "drawer.html",
                "modal.html",
                "insertIntoTinyMce.js",
                "sw-warning.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.greenhouse.io\/interviews\/scheduler?*",
                "https:\/\/*.greenhouse.io\/interviews\/scheduler\/legacy?*"
            ],
            "run_at": "document_start",
            "js": [
                "greenhouseSchedulerContentScript.js",
                "swWarningContentScript.js"
            ],
            "css": [
                "swWarningContentScript.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.greenhouse.io\/people\/*"
            ],
            "run_at": "document_start",
            "js": [
                "greenhouseCandidateContentScript.js",
                "greenhouseCandidateContentScriptV2.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.greenhouse.io\/guides\/*\/people\/*",
                "https:\/\/*.greenhouse.io\/people\/*",
                "https:\/\/*.greenhouse.io\/scorecards\/*",
                "https:\/\/hire.lever.co\/interviews\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.greenhouse.io\/scorecards\/*\/confirmation"
            ],
            "run_at": "document_start",
            "js": [
                "drawerContentScript.js",
                "swWarningContentScript.js"
            ],
            "css": [
                "drawerContentScript.css",
                "swWarningContentScript.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.greenhouse.io\/plans\/*\/ramp_up\/job_post_index",
                "https:\/\/*.greenhouse.io\/plans\/*\/ramp_up\/job_post_edit",
                "https:\/\/*.greenhouse.io\/plans\/*\/jobapps\/new",
                "https:\/\/*.greenhouse.io\/jobapps\/*\/edit"
            ],
            "run_at": "document_start",
            "js": [
                "greenhouseJdContentScript.js",
                "modalContentScript.js",
                "swWarningContentScript.js"
            ],
            "css": [
                "button.css",
                "swWarningContentScript.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.greenhouse.io\/guides\/*\/edit*",
                "https:\/\/*.greenhouse.io\/ramp_up\/guides\/*\/edit*"
            ],
            "run_at": "document_start",
            "js": [
                "greenhouseInterviewQuestionsContentScript.js",
                "modalContentScript.js",
                "swWarningContentScript.js"
            ],
            "css": [
                "button.css",
                "swWarningContentScript.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.greenhouse.io\/guides\/*\/people\/*",
                "https:\/\/*.greenhouse.io\/scorecards\/*\/edit"
            ],
            "run_at": "document_start",
            "js": [
                "greenhouseScorecardContentScript.js"
            ],
            "css": [
                "button.css",
                "alert.css"
            ]
        },
        {
            "matches": [
                "https:\/\/hire.lever.co\/interviews\/*"
            ],
            "run_at": "document_start",
            "js": [
                "leverFeedbackFormContentScript.js"
            ],
            "css": [
                "button.css",
                "alert.css"
            ]
        },
        {
            "matches": [
                "https:\/\/hire.lever.co\/candidates*",
                "https:\/\/hire.lever.co\/search*"
            ],
            "run_at": "document_start",
            "js": [
                "drawerContentScript.js",
                "leverOpportunityContentScript.js",
                "swWarningContentScript.js"
            ],
            "css": [
                "drawerContentScript.css",
                "swWarningContentScript.css"
            ]
        },
        {
            "matches": [
                "https:\/\/hire.lever.co\/jobs\/postings*"
            ],
            "run_at": "document_start",
            "js": [
                "leverJdContentScript.js",
                "modalContentScript.js",
                "swWarningContentScript.js"
            ],
            "css": [
                "button.css",
                "swWarningContentScript.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.smartrecruiters.com\/app\/people*"
            ],
            "run_at": "document_start",
            "js": [
                "drawerContentScript.js",
                "swWarningContentScript.js"
            ],
            "css": [
                "drawerContentScript.css",
                "swWarningContentScript.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.workday.com\/*",
                "https:\/\/myworkday.com\/*",
                "https:\/\/*.myworkday.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "drawerContentScript.js",
                "swWarningContentScript.js"
            ],
            "css": [
                "drawerContentScript.css",
                "swWarningContentScript.css"
            ]
        },
        {
            "matches": [
                "https:\/\/match.app.jobvite.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "talemetryContentScript.js",
                "drawerContentScript.js",
                "swWarningContentScript.js"
            ],
            "css": [
                "drawerContentScript.css",
                "swWarningContentScript.css"
            ]
        },
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*"
            ],
            "run_at": "document_start",
            "js": [
                "googleCalendarContentScript.js",
                "swWarningContentScript.js"
            ],
            "css": [
                "swWarningContentScript.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/outlook.office.com\/*",
                "https:\/\/outlook.office365.com\/*",
                "https:\/\/outlook.live.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "outlookWebAppContentScript.js",
                "swWarningContentScript.js"
            ],
            "css": [
                "swWarningContentScript.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.icims.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "icimsContentScript.js",
                "drawerContentScript.js",
                "swWarningContentScript.js"
            ],
            "css": [
                "drawerContentScript.css",
                "swWarningContentScript.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.tam.inforcloudsuite.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "inforContentScript.js",
                "drawerContentScript.js",
                "swWarningContentScript.js"
            ],
            "css": [
                "drawerContentScript.css",
                "swWarningContentScript.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/app.ashbyhq.com\/*\/candidates\/*",
                "https:\/\/app.ashbyhq.com\/interview-briefings\/*"
            ],
            "run_at": "document_start",
            "js": [
                "drawerContentScript.js",
                "swWarningContentScript.js"
            ],
            "css": [
                "drawerContentScript.css",
                "swWarningContentScript.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.workable.com\/backend\/*"
            ],
            "run_at": "document_start",
            "js": [
                "drawerContentScript.js",
                "swWarningContentScript.js"
            ],
            "css": [
                "drawerContentScript.css",
                "swWarningContentScript.css"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlqAtKfvTInIu+2UY6EF4LJXb8QRGAbYUlyjLLKXX+LQdniIWbSwYIS5Xwjf1w9wKyAQ89GBysRTOg1VjF4GvIx8MirlU2IdoNbRgXlMelBFZZ20eCOr4EgVO79gdsX\/XE1DlCejvsw3gCbYRvUt5qt1NYYJmcJgTT5qCq3D3Rz\/yxOyLuzTN38KlD0JzpmpWpevwNBPotw+\/LrYcD5IztcTaKIkDMSvJaqFRifFQsyblj4CkpwKGCHQh5DZbtAIhfl9mV9XlKSY9wcqLvojWjS6e5PyjIrDh5Ob7i5O\/BOF7hyqVpmW+axNeyh4VcTa1YS8ygNbBf7r0YuKZD0LcZQIDAQAB"
}