Synoptic

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

Hvad er Synoptic?

Synoptic er en Chrome-udvidelse udviklet af Synap, og dens hovedfunktion er "Exam condition enforcing extension to be used with the Synap Learning platform".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Synoptic-udvidelses-CRX-fil

Download Synoptic-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Synoptic Synoptic
ID ablllcpeboaekooacnnpbiahlcekijon
Officiel URL https://chromewebstore.google.com/detail/synoptic/ablllcpeboaekooacnnpbiahlcekijon
Beskrivelse Exam condition enforcing extension to be used with the Synap Learning platform
Filstørrelse 334 KB
Antal Installationer 1,294
Nuværende Version 2.2
Senest Opdateret 2023-10-23
Udgivelsesdato 2023-02-20
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Synap
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://legal.synap.ac/privacy-policy
Understøttede Sprog 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": [
        ""
    ]
}