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
Eメール [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": [
        ""
    ]
}