Code Interview
Code Interview
Qu'est-ce que Code Interview ?
Code Interview est une extension Chrome développée par https://codeinterview.io, et sa fonction principale est "Code Interview".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Code Interview
Téléchargez les fichiers d'extension Code Interview au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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. Informations de Base sur l'Extension
| Nom | |
| ID | ednljgngfheppbldaghcliinlloennnd |
| URL Officiel | https://chrome.google.com/webstore/detail/code-interview/ednljgngfheppbldaghcliinlloennnd |
| Description | Code Interview |
| Taille du Fichier | 262 KB |
| Nombre d'Installations | 579 |
| Version Actuelle | 0.0.3 |
| Dernière Mise à Jour | 2023-01-20 |
| Date de Publication | 2019-09-17 |
| Évaluation | 5.00/5 Total 3 Évaluations |
| Développeur | https://codeinterview.io |
| [email protected] | |
| Type de Paiement | free |
| Site Web de l'Extension | https://codeinterview.io/ |
| URL de la Page d'Aide | https://help.remoteinterview.io/ |
| Langues Prises en Charge | 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"
]
}
} | |