Code Interview
Code Interview
Apa itu Code Interview?
Code Interview adalah ekstensi Chrome yang dikembangkan oleh https://codeinterview.io, dan fitur utamanya adalah "Code Interview".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Code Interview
Unduh file ekstensi Code Interview dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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. Informasi Dasar Ekstensi
| Nama | |
| ID | ednljgngfheppbldaghcliinlloennnd |
| URL Resmi | https://chrome.google.com/webstore/detail/code-interview/ednljgngfheppbldaghcliinlloennnd |
| Deskripsi | Code Interview |
| Ukuran File | 262 KB |
| Jumlah Instalasi | 579 |
| Versi Saat Ini | 0.0.3 |
| Terakhir Diperbarui | 2023-01-20 |
| Tanggal Publikasi | 2019-09-17 |
| Penilaian | 5.00/5 Total 3 Penilaian |
| Pengembang | https://codeinterview.io |
| [email protected] | |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://codeinterview.io/ |
| URL Halaman Bantuan | https://help.remoteinterview.io/ |
| Bahasa yang Didukung | 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"
]
}
} | |