Code Interview
Code Interview
Wat is Code Interview?
Code Interview is een Chrome-extensie ontwikkeld door https://codeinterview.io, en de belangrijkste functie is "Code Interview".
Extensie Screenshots
Download het CRX-bestand van de extensie Code Interview
Download Code Interview-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ednljgngfheppbldaghcliinlloennnd |
Officiële URL | https://chrome.google.com/webstore/detail/code-interview/ednljgngfheppbldaghcliinlloennnd |
Beschrijving | Code Interview |
Bestandsgrootte | 262 KB |
Aantal Installaties | 579 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2023-01-20 |
Publicatiedatum | 2019-09-17 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://codeinterview.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://codeinterview.io/ |
Help Pagina-URL | https://help.remoteinterview.io/ |
Ondersteunde Talen | 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" ] } } |