Code Interview
Code Interview
Code Interview là gì?
Code Interview là một tiện ích mở rộng Chrome được phát triển bởi https://codeinterview.io, và tính năng chính của nó là "Code Interview".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Code Interview
Tải xuống các tệp mở rộng Code Interview dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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. Thông Tin Cơ Bản về Tiện Ích Mở Rộng
| Tên | |
| ID | ednljgngfheppbldaghcliinlloennnd |
| URL Chính Thức | https://chrome.google.com/webstore/detail/code-interview/ednljgngfheppbldaghcliinlloennnd |
| Mô tả | Code Interview |
| Kích Thước Tệp | 262 KB |
| Số Lần Cài Đặt | 579 |
| Phiên Bản Hiện Tại | 0.0.3 |
| Cập Nhật Lần Cuối | 2023-01-20 |
| Ngày Phát Hành | 2019-09-17 |
| Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
| Nhà Phát Triển | https://codeinterview.io |
| [email protected] | |
| Loại Thanh Toán | free |
| Trang Web Mở Rộng | https://codeinterview.io/ |
| URL Trang Trợ Giúp | https://help.remoteinterview.io/ |
| Ngôn Ngữ Được Hỗ Trợ | 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"
]
}
} | |