NeoExamShield

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

O que é NeoExamShield?

NeoExamShield é uma extensão do Chrome desenvolvida por techadmin, e sua principal característica é "To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão NeoExamShield

Baixe arquivos de extensão NeoExamShield no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome NeoExamShield NeoExamShield
ID deojfdehldjjfmcjcfaojgaibalafifc
URL Oficial https://chromewebstore.google.com/detail/neoexamshield/deojfdehldjjfmcjcfaojgaibalafifc
Descrição To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.
Tamanho do Arquivo 403 KB
Contagem de Instalações 26,389
Versão Atual Release Version
Última Atualização 2023-11-08
Data de Publicação 2023-09-12
Classificação 1.17/5 Total de 149 Avaliações
Desenvolvedor techadmin
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://iamneo.ai
URL da Página de Ajuda https://iamneo.ai
URL da Página de Política de Privacidade https://iamneo.ai/terms-of-services
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}