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
官方網址 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"
    }
}