NeoExamShield

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

Wat is NeoExamShield?

NeoExamShield is een Chrome-extensie ontwikkeld door techadmin, en de belangrijkste functie is "To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie NeoExamShield

Download NeoExamShield-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam NeoExamShield NeoExamShield
ID deojfdehldjjfmcjcfaojgaibalafifc
Officiële URL https://chromewebstore.google.com/detail/neoexamshield/deojfdehldjjfmcjcfaojgaibalafifc
Beschrijving To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.
Bestandsgrootte 403 KB
Aantal Installaties 26,389
Huidige Versie Release Version
Laatst Bijgewerkt 2023-11-08
Publicatiedatum 2023-09-12
Beoordeling 1.17/5 Totaal 149 Beoordelingen
Ontwikkelaar techadmin
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://iamneo.ai
Help Pagina-URL https://iamneo.ai
URL van de Privacybeleid Pagina https://iamneo.ai/terms-of-services
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}