NeoExamShield

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

¿Qué es NeoExamShield?

NeoExamShield es una extensión de Chrome desarrollada por techadmin, y su función principal es "To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión NeoExamShield

Descarga archivos de extensión NeoExamShield en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre NeoExamShield NeoExamShield
ID deojfdehldjjfmcjcfaojgaibalafifc
URL Oficial https://chromewebstore.google.com/detail/neoexamshield/deojfdehldjjfmcjcfaojgaibalafifc
Descripción To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.
Tamaño del Archivo 403 KB
Cantidad de Instalaciones 26,389
Versión Actual Release Version
Última Actualización 2023-11-08
Fecha de Publicación 2023-09-12
Calificación 1.17/5 Total de 149 Calificaciones
Desarrollador techadmin
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://iamneo.ai
URL de la Página de Ayuda https://iamneo.ai
URL de la Página de Política de Privacidad https://iamneo.ai/terms-of-services
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}