Code Interview

Code Interview

什么是Code Interview?

Code Interview是由https://codeinterview.io开发的Chrome扩展程序,该扩展的主要功能是“Code Interview”。

扩展截图

screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 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"
        ]
    }
}