Code Interview
Code Interview
Что такое Code Interview?
Code Interview - это расширение Chrome, разработанное https://codeinterview.io, и его основная функция - "Code Interview".
Снимки экрана расширения
Скачать файл CRX расширения Code Interview
Скачайте файлы расширений Code Interview в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | ednljgngfheppbldaghcliinlloennnd |
Официальный URL | https://chrome.google.com/webstore/detail/code-interview/ednljgngfheppbldaghcliinlloennnd |
Описание | Code Interview |
Размер файла | 262 KB |
Количество установок | 579 |
Текущая Версия | 0.0.3 |
Последнее Обновление | 2023-01-20 |
Дата публикации | 2019-09-17 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | https://codeinterview.io |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://codeinterview.io/ |
URL страницы помощи | https://help.remoteinterview.io/ |
Поддерживаемые языки | 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" ] } } |