Code Interview
Code Interview
Code Interviewとは何ですか?
Code Interviewはhttps://codeinterview.ioによって開発されたChromeの拡張機能で、その主な機能は「Code Interview」です。
拡張機能のスクリーンショット
Code Interview拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } } |