Synoptic

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

Qu'est-ce que Synoptic ?

Synoptic est une extension Chrome développée par Synap, et sa fonction principale est "Exam condition enforcing extension to be used with the Synap Learning platform".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Synoptic

Téléchargez les fichiers d'extension Synoptic au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Synoptic Synoptic
ID ablllcpeboaekooacnnpbiahlcekijon
URL Officiel https://chromewebstore.google.com/detail/synoptic/ablllcpeboaekooacnnpbiahlcekijon
Description Exam condition enforcing extension to be used with the Synap Learning platform
Taille du Fichier 334 KB
Nombre d'Installations 1,294
Version Actuelle 2.2
Dernière Mise à Jour 2023-10-23
Date de Publication 2023-02-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur Synap
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://legal.synap.ac/privacy-policy
Langues Prises en Charge 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": [
        ""
    ]
}