Proctor360

Secure Testing Anywhere

什么是Proctor360?

Proctor360是由https://proctor360.com开发的Chrome扩展程序,该扩展的主要功能是“Secure Testing Anywhere”。

扩展截图

screenshot
screenshot

下载Proctor360扩展crx文件

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

扩展使用说明

                        The Proctor360 extension is used in conjunction with our online remote proctoring service. Organizations can take advantage of the extension to remotely  enter passwords into fields and/or use its browser tracking and lockdown features.

Proctors have the capability to enter passwords remotely using the extension. This allows test passwords to remain secure while enabling the candidate to take their exam. There is no need for  a proctor to take control of a test candidate's computer, allowing them to maintain control of their system.

In some implementations, exam tracking and browser lockdown features may be enabled with or without remote password entry. This allows Proctor360's proctoring service to track if a test candidate is performing actions that are considered violations during a test session. All violations can and are expected to be reviewed for a final validation.

This extension is only active when an exam session is considered In Progress.                    

扩展基本信息

名称 Proctor360 Proctor360
ID hkegehhbmbongohpgmdadkbkmnfokicn
官方URL https://chromewebstore.google.com/detail/proctor360/hkegehhbmbongohpgmdadkbkmnfokicn
简介 Secure Testing Anywhere
文件大小 154 KB
安装次数 24,599
当前版本 0.2.13
更新时间 2023-10-05
上架时间 2020-05-08
评分 4.25/5 共8次评分
开发者 https://proctor360.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://proctor360.com/
帮助页面URL https://support.proctor360.com/help/365012637
隐私政策页面URL https://proctor360.com/page/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "32": "img\/icon32.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "name": "Proctor360"
    },
    "name": "Proctor360",
    "description": "Secure Testing Anywhere",
    "version": "0.2.13",
    "permissions": [
        "notifications",
        "storage",
        "",
        "tabs",
        "activeTab",
        "https:\/\/*.proctor360.com\/*",
        "http:\/\/localhost:3001\/*",
        "webRequest",
        "management",
        "system.display",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "img\/icon32.png",
        "img\/icon64.png",
        "img\/icon128.png"
    ],
    "background": {
        "scripts": [
            "scripts\/jquery\/jquery-3.4.1.min.js",
            "scripts\/background.js",
            "scripts\/content-script\/canvas.js",
            "scripts\/socket\/socket.io.min.js"
        ]
    }
}