NeoExamShield
To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.
Cos'è NeoExamShield?
NeoExamShield è un'estensione di Chrome sviluppata da techadmin, e la sua funzione principale è "To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NeoExamShield
Scarica i file di estensione NeoExamShield in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | NeoExamShield |
ID | deojfdehldjjfmcjcfaojgaibalafifc |
URL Ufficiale | https://chromewebstore.google.com/detail/neoexamshield/deojfdehldjjfmcjcfaojgaibalafifc |
Descrizione | To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal. |
Dimensione del File | 403 KB |
Conteggio Installazioni | 26,389 |
Versione Corrente | Release Version |
Ultimo Aggiornamento | 2023-11-08 |
Data di Pubblicazione | 2023-09-12 |
Valutazione | 1.17/5 Totale 149 Valutazioni |
Sviluppatore | techadmin |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://iamneo.ai |
URL della Pagina di Aiuto | https://iamneo.ai |
URL della Pagina della Politica sulla Privacy | https://iamneo.ai/terms-of-services |
Lingue Supportate | 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": [ " |