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
官方網址 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": [
                ""
            ]
        }
    ]
}