Code Interview
Code Interview
Vad är Code Interview?
Code Interview är en Chrome-tillägg utvecklad av https://codeinterview.io, och dess huvudfunktion är "Code Interview".
Tilläggsskärmbilder
Ladda ner Code Interview-förlängningens CRX-fil
Ladda ner Code Interview-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ednljgngfheppbldaghcliinlloennnd |
Officiell webbadress | https://chrome.google.com/webstore/detail/code-interview/ednljgngfheppbldaghcliinlloennnd |
Beskrivning | Code Interview |
Filstorlek | 262 KB |
Antal Installationer | 579 |
Aktuell Version | 0.0.3 |
Senast Uppdaterad | 2023-01-20 |
Publiceringsdatum | 2019-09-17 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | https://codeinterview.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://codeinterview.io/ |
Hjälpsida URL | https://help.remoteinterview.io/ |
Stödda Språk | 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" ] } } |