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
Eメール [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": [
                ""
            ]
        }
    ]
}