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
官方網址 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": [
        ""
    ]
}