BarRaiser

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

Cos'è BarRaiser?

BarRaiser è un'estensione di Chrome sviluppata da https://barraiser.com, e la sua funzione principale è "BarRaiser is an Interview intelligence platform that brings efficiency to the entire and structure hiring and interviewing process.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione BarRaiser

Scarica i file di estensione BarRaiser in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome BarRaiser BarRaiser
ID nicimijlbggbdfnooghfkjpcbllphjcc
URL Ufficiale https://chromewebstore.google.com/detail/barraiser/nicimijlbggbdfnooghfkjpcbllphjcc
Descrizione BarRaiser is an Interview intelligence platform that brings efficiency to the entire and structure hiring and interviewing process.
Dimensione del File 196 KB
Conteggio Installazioni 80
Versione Corrente 1.0.9
Ultimo Aggiornamento 2024-02-15
Data di Pubblicazione 2023-02-07
Valutazione 5.00/5 Totale 13 Valutazioni
Sviluppatore https://barraiser.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.barraiser.com/
URL della Pagina di Aiuto https://www.barraiser.com/contact-us
URL della Pagina della Politica sulla Privacy https://barraiser.com/privacy-policy
Lingue Supportate 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"
    }
}