Code Interview
Code Interview
ما هو Code Interview؟
Code Interview هو إضافة Chrome تم تطويرها بواسطة https://codeinterview.io، والميزة الرئيسية لها هي "Code Interview".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Code Interview
قم بتنزيل ملفات الامتداد Code Interview بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | 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" ] } } |