BarRaiser

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

Was ist BarRaiser?

BarRaiser ist eine Chrome-Erweiterung, die von https://barraiser.com entwickelt wurde, und ihr Hauptmerkmal ist "BarRaiser is an Interview intelligence platform that brings efficiency to the entire and structure hiring and interviewing process.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

BarRaiser-Erweiterungs-CRX-Datei herunterladen

Laden Sie BarRaiser-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name BarRaiser BarRaiser
ID nicimijlbggbdfnooghfkjpcbllphjcc
Offizielle URL https://chromewebstore.google.com/detail/barraiser/nicimijlbggbdfnooghfkjpcbllphjcc
Beschreibung BarRaiser is an Interview intelligence platform that brings efficiency to the entire and structure hiring and interviewing process.
Dateigröße 196 KB
Installationsanzahl 80
Aktuelle Version 1.0.9
Letztes Update 2024-02-15
Veröffentlichungsdatum 2023-02-07
Bewertung 5.00/5 Insgesamt 13 Bewertungen
Entwickler https://barraiser.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.barraiser.com/
Hilfeseite URL https://www.barraiser.com/contact-us
URL der Datenschutzrichtlinien-Seite https://barraiser.com/privacy-policy
Unterstützte Sprachen 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"
    }
}