AI-Proctor-Moodle

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

什么是AI-Proctor-Moodle?

AI-Proctor-Moodle是由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-Moodle扩展crx文件

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

扩展使用说明

                        This extension is for the AI-Proctor system integrated with Moodle. 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-Moodle AI-Proctor-Moodle
ID nbhdcdolapnpbccipdpagdlgbhgpkjpd
官方URL https://chromewebstore.google.com/detail/ai-proctor-moodle/nbhdcdolapnpbccipdpagdlgbhgpkjpd
简介 This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/
文件大小 68.16 KB
安装次数 1,640
当前版本 7.0
更新时间 2021-09-18
上架时间 2021-03-16
评分 5.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-Moodle",
    "version": "7.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"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.timesrnd.taylors.edu.my\/*",
                "*:\/\/*.times.taylors.edu.my\/*"
            ],
            "js": [
                "upload_watcher.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "upload_checker.js"
        ]
    },
    "permissions": [
        "webRequest",
        "tabs",
        "",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab"
    ]
}