BarRaiser

BarRaiser is an Interview intelligence platform that brings efficiency to the entire and structure hiring and interviewing process.

BarRaiser란 무엇입니까?

BarRaiser은(는) https://barraiser.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BarRaiser is an Interview intelligence platform that brings efficiency to the entire and structure hiring and interviewing process."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        With BarRaiser’s Chrome extension, interviewers can go through candidate information, conduct interviews, and fill in feedback.
Interviewers have got their best friend in the form of a BarRaiser interview assistant. Interviewers will have the candidate profile, the flow of the interview, sample questions, and the most advanced feedback-capturing mechanism. As soon as the interview is finished, your feedback is also captured so no more spending time writing detailed feedback.
Recruiters and Hiring managers can go through the feedback and highlights of the interview to make informed hiring decisions.


It's time to raise the hiring bar for your organization. For more information, visit www.barraiser.com                    

확장 프로그램 기본 정보

이름 BarRaiser BarRaiser
ID nicimijlbggbdfnooghfkjpcbllphjcc
공식 URL https://chromewebstore.google.com/detail/barraiser/nicimijlbggbdfnooghfkjpcbllphjcc
설명 BarRaiser is an Interview intelligence platform that brings efficiency to the entire and structure hiring and interviewing process.
파일 크기 196 KB
설치 횟수 80
현재 버전 1.0.9
최근 업데이트 2024-02-15
출시 날짜 2023-02-07
평점 5.00/5 총 13 개의 평점
개발자 https://barraiser.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.barraiser.com/
도움말 페이지 URL https://www.barraiser.com/contact-us
개인정보 보호 정책 페이지 URL https://barraiser.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BarRaiser",
    "description": "BarRaiser is an Interview intelligence platform that brings efficiency to the entire and structure hiring and interviewing process.",
    "version": "1.0.9",
    "manifest_version": 3,
    "icons": {
        "512": "logo512.png",
        "192": "logo192.png",
        "40": "logo40.png",
        "16": "logo16.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false,
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "logo.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "tabs",
        "alarms",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": "logo512.png",
        "default_popup": "popup.html"
    }
}