NeoExamShield

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

什么是NeoExamShield?

NeoExamShield是由techadmin开发的Chrome扩展程序,该扩展的主要功能是“To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.”。

扩展截图

screenshot
screenshot

下载NeoExamShield扩展crx文件

下载NeoExamShield扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 NeoExamShield NeoExamShield
ID deojfdehldjjfmcjcfaojgaibalafifc
官方URL https://chromewebstore.google.com/detail/neoexamshield/deojfdehldjjfmcjcfaojgaibalafifc
简介 To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.
文件大小 403 KB
安装次数 26,389
当前版本 Release Version
更新时间 2023-11-08
上架时间 2023-09-12
评分 1.17/5 共149次评分
开发者 techadmin
电子邮箱 [email protected]
付费类型 free
扩展官网 https://iamneo.ai
帮助页面URL https://iamneo.ai
隐私政策页面URL https://iamneo.ai/terms-of-services
支持的语言 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": [
                ""
            ]
        }
    ]
}