AI-Proctor

This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/

什么是AI-Proctor?

AI-Proctor是由TechiBees Inc.开发的Chrome扩展程序,该扩展的主要功能是“This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/”。

扩展截图

screenshot

下载AI-Proctor扩展crx文件

下载AI-Proctor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension is for the AI-Proctor system. It opens a channel between the student browser and the instructor only during the exam. It also converts Chrome to full screen mode during the exam. The extension is one part of the system. The other part is the AI-Proctor desktop application. Please download it. Good luck in your exams!                    

扩展基本信息

名称 AI-Proctor AI-Proctor
ID llkbempahblbohpipifajipejjackemi
官方URL https://chromewebstore.google.com/detail/ai-proctor/llkbempahblbohpipifajipejjackemi
简介 This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/
文件大小 67.78 KB
安装次数 1,000
当前版本 17.0
更新时间 2021-08-21
上架时间 2020-07-04
评分 3.00/5 共2次评分
开发者 TechiBees Inc.
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ai-proctor.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AI-Proctor",
    "version": "17.0",
    "manifest_version": 2,
    "description": "This is the chrome extention for the AI-Proctor system. Find more information about the system at  https:\/\/www.ai-proctor.com\/",
    "icons": {
        "128": "AiProctor.png"
    },
    "browser_action": {
        "name": "AI-Proctor",
        "icons": [
            "AiProctor.png"
        ],
        "default_icon": "AiProctor.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "storage",
        "tabs",
        "",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab"
    ]
}