Synoptic

Exam condition enforcing extension to be used with the Synap Learning platform

什么是Synoptic?

Synoptic是由Synap开发的Chrome扩展程序,该扩展的主要功能是“Exam condition enforcing extension to be used with the Synap Learning platform”。

扩展截图

screenshot
screenshot

下载Synoptic扩展crx文件

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

扩展使用说明

                        Synoptic is an extension to be used in conjunction with the Synap learning platform to prevent, discourage and detect cheating during high stakes exams.

For more information see our privacy policy: https://legal.synap.ac/candidate-privacy-policy                    

扩展基本信息

名称 Synoptic Synoptic
ID ablllcpeboaekooacnnpbiahlcekijon
官方URL https://chromewebstore.google.com/detail/synoptic/ablllcpeboaekooacnnpbiahlcekijon
简介 Exam condition enforcing extension to be used with the Synap Learning platform
文件大小 334 KB
安装次数 1,294
当前版本 2.2
更新时间 2023-10-23
上架时间 2023-02-20
评分 5.00/5 共1次评分
开发者 Synap
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://legal.synap.ac/privacy-policy
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Synoptic",
    "description": "Exam condition enforcing extension to be used with the Synap Learning platform",
    "version": "2.2",
    "action": {
        "default_icon": {
            "16": "synoptic_fav.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/translations\/*.json"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "tabs",
        "system.display",
        "windows",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ]
}