NeoExamShield

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

Co je NeoExamShield?

NeoExamShield je rozšíření Chrome vyvinuté techadmin, a jeho hlavní funkcí je „To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření NeoExamShield

Stáhněte si soubory rozšíření NeoExamShield ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název NeoExamShield NeoExamShield
ID deojfdehldjjfmcjcfaojgaibalafifc
Oficiální URL https://chromewebstore.google.com/detail/neoexamshield/deojfdehldjjfmcjcfaojgaibalafifc
Popis To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.
Velikost souboru 403 KB
Počet instalací 26,389
Aktuální Verze Release Version
Poslední Aktualizace 2023-11-08
Datum Vydání 2023-09-12
Hodnocení 1.17/5 Celkem 149 Hodnocení
Vývojář techadmin
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://iamneo.ai
URL Stránky Nápovědy https://iamneo.ai
URL Stránky Zásad Ochrany Soukromí https://iamneo.ai/terms-of-services
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}