NeoExamShield

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

Hvad er NeoExamShield?

NeoExamShield er en Chrome-udvidelse udviklet af techadmin, og dens hovedfunktion er "To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download NeoExamShield-udvidelses-CRX-fil

Download NeoExamShield-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn NeoExamShield NeoExamShield
ID deojfdehldjjfmcjcfaojgaibalafifc
Officiel URL https://chromewebstore.google.com/detail/neoexamshield/deojfdehldjjfmcjcfaojgaibalafifc
Beskrivelse To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.
Filstørrelse 403 KB
Antal Installationer 26,389
Nuværende Version Release Version
Senest Opdateret 2023-11-08
Udgivelsesdato 2023-09-12
Bedømmelse 1.17/5 Samlet 149 Bedømmelser
Udvikler techadmin
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://iamneo.ai
Hjælpeside-URL https://iamneo.ai
URL til Fortrolighedspolitik Side https://iamneo.ai/terms-of-services
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}