NeoExamShield

To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.

NeoExamShield là gì?

NeoExamShield là một tiện ích mở rộng Chrome được phát triển bởi techadmin, và tính năng chính của nó là "To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.".

Ả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 NeoExamShield

Tải xuống các tệp mở rộng NeoExamShield 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

                        To uphold the integrity and fairness of the IAMNEO testing environment, we've introduced the extension 'NeoExamShield' to the system. This advanced feature is specifically crafted to recognize and restrict extensions installed on users' devices as they engage in malpractice during exams through our platform.                    

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

Tên NeoExamShield NeoExamShield
ID deojfdehldjjfmcjcfaojgaibalafifc
URL Chính Thức https://chromewebstore.google.com/detail/neoexamshield/deojfdehldjjfmcjcfaojgaibalafifc
Mô tả To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.
Kích Thước Tệp 403 KB
Số Lần Cài Đặt 26,389
Phiên Bản Hiện Tại Release Version
Cập Nhật Lần Cuối 2023-11-08
Ngày Phát Hành 2023-09-12
Đánh Giá 1.17/5 Tổng số 149 Đánh Giá
Nhà Phát Triển techadmin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://iamneo.ai
URL Trang Trợ Giúp https://iamneo.ai
URL Trang Chính Sách Bảo Mật https://iamneo.ai/terms-of-services
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NeoExamShield",
    "version": "0.0.4",
    "description": "To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.",
    "permissions": [
        "management",
        "tabs",
        "activeTab",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "service_worker": "minifiedBackground.js"
    },
    "action": {
        "default_popup": "",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "minifiedContentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "version_name": "Release Version",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon16.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}