Code Interview

Code Interview

Code Interview क्या है?

Code Interview https://codeinterview.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Code Interview"।

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

screenshot
screenshot
screenshot

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

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

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

                        Easily create and schedule CodeInterview.io interviews from your browser

Why CodeInterview.io?

Existing methods of technical interviews don’t provide candidates with tools necessary to showcase their skills. CodeInterview empowers both candidates and interviewers to solve coding problems in real-time with an online code editor and compilers.                    

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

नाम Code Interview Code Interview
ID ednljgngfheppbldaghcliinlloennnd
आधिकारिक URL https://chrome.google.com/webstore/detail/code-interview/ednljgngfheppbldaghcliinlloennnd
विवरण Code Interview
फ़ाइल का आकार 262 KB
स्थापना संख्या 579
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2023-01-20
प्रकाशन तिथि 2019-09-17
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://codeinterview.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://codeinterview.io/
सहायता पृष्ठ URL https://help.remoteinterview.io/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "default_locale": "en",
    "optional_permissions": [
        "*:\/\/*\/"
    ],
    "permissions": [
        "*:\/\/*.remoteinterview.io\/*",
        "*:\/\/*.codeinterview.io\/*"
    ],
    "browser_action": {
        "default_icons": {
            "19": "icons\/icon.png",
            "38": "icons\/icon.png"
        },
        "default_title": "Code Interview",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/*",
        "icons\/*"
    ],
    "background": {
        "scripts": [
            "scripts\/livereload.js",
            "scripts\/background.js"
        ]
    }
}