Synoptic

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

Co to jest Synoptic?

Synoptic to rozszerzenie Chrome opracowane przez Synap, a jego główną funkcją jest „Exam condition enforcing extension to be used with the Synap Learning platform”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Synoptic

Pobierz pliki rozszerzeń Synoptic w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Synoptic Synoptic
ID ablllcpeboaekooacnnpbiahlcekijon
Oficjalny URL https://chromewebstore.google.com/detail/synoptic/ablllcpeboaekooacnnpbiahlcekijon
Opis Exam condition enforcing extension to be used with the Synap Learning platform
Rozmiar pliku 334 KB
Liczba instalacji 1,294
Aktualna Wersja 2.2
Ostatnia Aktualizacja 2023-10-23
Data Publikacji 2023-02-20
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Synap
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://legal.synap.ac/privacy-policy
Obsługiwane Języki 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": [
        ""
    ]
}