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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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": [
        ""
    ]
}