Synoptic

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

Synoptic là gì?

Synoptic là một tiện ích mở rộng Chrome được phát triển bởi Synap, và tính năng chính của nó là "Exam condition enforcing extension to be used with the Synap Learning platform".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Synoptic

Tải xuống các tệp mở rộng Synoptic dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Synoptic Synoptic
ID ablllcpeboaekooacnnpbiahlcekijon
URL Chính Thức https://chromewebstore.google.com/detail/synoptic/ablllcpeboaekooacnnpbiahlcekijon
Mô tả Exam condition enforcing extension to be used with the Synap Learning platform
Kích Thước Tệp 334 KB
Số Lần Cài Đặt 1,294
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2023-10-23
Ngày Phát Hành 2023-02-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Synap
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://legal.synap.ac/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}