Synoptic

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

Was ist Synoptic?

Synoptic ist eine Chrome-Erweiterung, die von Synap entwickelt wurde, und ihr Hauptmerkmal ist "Exam condition enforcing extension to be used with the Synap Learning platform".

Erweiterungsscreenshots

screenshot
screenshot

Synoptic-Erweiterungs-CRX-Datei herunterladen

Laden Sie Synoptic-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Synoptic Synoptic
ID ablllcpeboaekooacnnpbiahlcekijon
Offizielle URL https://chromewebstore.google.com/detail/synoptic/ablllcpeboaekooacnnpbiahlcekijon
Beschreibung Exam condition enforcing extension to be used with the Synap Learning platform
Dateigröße 334 KB
Installationsanzahl 1,294
Aktuelle Version 2.2
Letztes Update 2023-10-23
Veröffentlichungsdatum 2023-02-20
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Synap
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://legal.synap.ac/privacy-policy
Unterstützte Sprachen 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": [
        ""
    ]
}