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ファイルをダウンロード

BarRaiser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}