Synoptic

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

What is Synoptic?

Synoptic is a Chrome extension developed by Synap, and its main feature is "Exam condition enforcing extension to be used with the Synap Learning platform".

Extension Screenshots

screenshot
screenshot

Download Synoptic Extension CRX File

Download Synoptic extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Synoptic Synoptic
ID ablllcpeboaekooacnnpbiahlcekijon
Official URL https://chromewebstore.google.com/detail/synoptic/ablllcpeboaekooacnnpbiahlcekijon
Description Exam condition enforcing extension to be used with the Synap Learning platform
File Size 334 KB
Installation Count 1,294
Current Version 2.2
Last Updated 2023-10-23
Publish Date 2023-02-20
Rating 5.00/5 Total 1 Ratings
Developer Synap
Email [email protected]
Payment Type free
Privacy Policy Page URL https://legal.synap.ac/privacy-policy
Supported Languages 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": [
        ""
    ]
}