Synoptic

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

Apa itu Synoptic?

Synoptic adalah ekstensi Chrome yang dikembangkan oleh Synap, dan fitur utamanya adalah "Exam condition enforcing extension to be used with the Synap Learning platform".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Synoptic

Unduh file ekstensi Synoptic dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Synoptic Synoptic
ID ablllcpeboaekooacnnpbiahlcekijon
URL Resmi https://chromewebstore.google.com/detail/synoptic/ablllcpeboaekooacnnpbiahlcekijon
Deskripsi Exam condition enforcing extension to be used with the Synap Learning platform
Ukuran File 334 KB
Jumlah Instalasi 1,294
Versi Saat Ini 2.2
Terakhir Diperbarui 2023-10-23
Tanggal Publikasi 2023-02-20
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Synap
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://legal.synap.ac/privacy-policy
Bahasa yang Didukung 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": [
        ""
    ]
}