HackerRank Codepair

Extension by HackerRank allowing user to create codepair interview links

HackerRank Codepair क्या है?

HackerRank Codepair https://www.hackerrank.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension by HackerRank allowing user to create codepair interview links"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में HackerRank Codepair एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        CodePair provides a unique live coding platform for conducting technical interviews online. It provides the interviewers all the flexibility to recreate an experience similar to an on-site interview. It is a time-efficient and cost effective method to remotely evaluate candidates. 

Features include -
 
1. Real-time editor
2. Library of questions
3. Video & Audio calling
4. Note taking
5. 30+ languages to choose from

HackerRank in a Nutshell:

1. Source like a pro by replacing career fairs and other traditional methods. Sponsor a HackerRank CodeSprint or host your own to establish your brand and attract the best minds
2. Automated evaluation and scoring helps make assessments and screening a snap
3. CodePair - Ditch the whiteboards, notepads, docs, standalone video-conferencing tools etc and switch to CodePair - the first pair programming interview product with built-in codechecker and real-time code validation

#30 in CNBC’s Disruptor 50 list http://goo.gl/FkfddB                    

एक्सटेंशन की मूल जानकारी

नाम HackerRank Codepair HackerRank Codepair
ID mnkgahiafhiphkelfiignncoifadhpnd
आधिकारिक URL https://chromewebstore.google.com/detail/hackerrank-codepair/mnkgahiafhiphkelfiignncoifadhpnd
विवरण Extension by HackerRank allowing user to create codepair interview links
फ़ाइल का आकार 137 KB
स्थापना संख्या 911
वर्तमान संस्करण 2.2.0
अंतिम अपडेट 2019-01-22
प्रकाशन तिथि 2019-01-22
रेटिंग 3.67/5 कुल 6 रेटिंग्स
डेवलपर https://www.hackerrank.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.2.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.hackerrank.net\/*",
            "*:\/\/hackerrank.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "HackerRank Codepair",
        "default_popup": "popup.html"
    }
}