Code Interview
Code Interview
Cos'è Code Interview?
Code Interview è un'estensione di Chrome sviluppata da https://codeinterview.io, e la sua funzione principale è "Code Interview".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Code Interview
Scarica i file di estensione Code Interview in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ednljgngfheppbldaghcliinlloennnd |
URL Ufficiale | https://chrome.google.com/webstore/detail/code-interview/ednljgngfheppbldaghcliinlloennnd |
Descrizione | Code Interview |
Dimensione del File | 262 KB |
Conteggio Installazioni | 579 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2023-01-20 |
Data di Pubblicazione | 2019-09-17 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://codeinterview.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://codeinterview.io/ |
URL della Pagina di Aiuto | https://help.remoteinterview.io/ |
Lingue Supportate | 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" ] } } |