Synoptic

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

ما هو Synoptic؟

Synoptic هو إضافة Chrome تم تطويرها بواسطة Synap، والميزة الرئيسية لها هي "Exam condition enforcing extension to be used with the Synap Learning platform".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Synoptic

قم بتنزيل ملفات الامتداد Synoptic بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Synoptic Synoptic
ID ablllcpeboaekooacnnpbiahlcekijon
عنوان URL الرسمي https://chromewebstore.google.com/detail/synoptic/ablllcpeboaekooacnnpbiahlcekijon
الوصف Exam condition enforcing extension to be used with the Synap Learning platform
حجم الملف 334 KB
عدد التثبيتات 1,294
النسخة الحالية 2.2
آخر تحديث 2023-10-23
تاريخ النشر 2023-02-20
تقييم 5.00/5 مجموع تقييمات 1
المطور Synap
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://legal.synap.ac/privacy-policy
اللغات المدعومة 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": [
        ""
    ]
}