Code Interview
Code Interview
Co je Code Interview?
Code Interview je rozšíření Chrome vyvinuté https://codeinterview.io, a jeho hlavní funkcí je „Code Interview“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Code Interview
Stáhněte si soubory rozšíření Code Interview ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | ednljgngfheppbldaghcliinlloennnd |
Oficiální URL | https://chrome.google.com/webstore/detail/code-interview/ednljgngfheppbldaghcliinlloennnd |
Popis | Code Interview |
Velikost souboru | 262 KB |
Počet instalací | 579 |
Aktuální Verze | 0.0.3 |
Poslední Aktualizace | 2023-01-20 |
Datum Vydání | 2019-09-17 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | https://codeinterview.io |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://codeinterview.io/ |
URL Stránky Nápovědy | https://help.remoteinterview.io/ |
Podporované Jazyky | 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" ] } } |