Code Interview

Code Interview

Code Interviewคืออะไร?

Code Interview เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://codeinterview.io และคุณลักษณะหลักของมันคือ "Code Interview"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Code Interview

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Code Interview Code Interview
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/
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"
        ]
    }
}