Code Interview

Code Interview

Τι είναι το Code Interview;

Το Code Interview είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://codeinterview.io, και η κύρια λειτουργία του είναι "Code Interview".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Code Interview

Λήψη αρχείων επέκτασης Code Interview σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
        ]
    }
}