BarRaiser

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

BarRaiser क्या है?

BarRaiser https://barraiser.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "BarRaiser is an Interview intelligence platform that brings efficiency to the entire and structure hiring and interviewing process."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BarRaiser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}