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 |
官方網址 | 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" ] } } |