Synoptic

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

Co je Synoptic?

Synoptic je rozšíření Chrome vyvinuté Synap, a jeho hlavní funkcí je „Exam condition enforcing extension to be used with the Synap Learning platform“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Synoptic

Stáhněte si soubory rozšíření Synoptic ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Synoptic Synoptic
ID ablllcpeboaekooacnnpbiahlcekijon
Oficiální URL https://chromewebstore.google.com/detail/synoptic/ablllcpeboaekooacnnpbiahlcekijon
Popis Exam condition enforcing extension to be used with the Synap Learning platform
Velikost souboru 334 KB
Počet instalací 1,294
Aktuální Verze 2.2
Poslední Aktualizace 2023-10-23
Datum Vydání 2023-02-20
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Synap
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://legal.synap.ac/privacy-policy
Podporované Jazyky 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": [
        ""
    ]
}