Synoptic

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

Cos'è Synoptic?

Synoptic è un'estensione di Chrome sviluppata da Synap, e la sua funzione principale è "Exam condition enforcing extension to be used with the Synap Learning platform".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Synoptic

Scarica i file di estensione Synoptic in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Synoptic Synoptic
ID ablllcpeboaekooacnnpbiahlcekijon
URL Ufficiale https://chromewebstore.google.com/detail/synoptic/ablllcpeboaekooacnnpbiahlcekijon
Descrizione Exam condition enforcing extension to be used with the Synap Learning platform
Dimensione del File 334 KB
Conteggio Installazioni 1,294
Versione Corrente 2.2
Ultimo Aggiornamento 2023-10-23
Data di Pubblicazione 2023-02-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Synap
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://legal.synap.ac/privacy-policy
Lingue Supportate 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": [
        ""
    ]
}