NeoExamShield
To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.
Was ist NeoExamShield?
NeoExamShield ist eine Chrome-Erweiterung, die von techadmin entwickelt wurde, und ihr Hauptmerkmal ist "To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.".
Erweiterungsscreenshots
NeoExamShield-Erweiterungs-CRX-Datei herunterladen
Laden Sie NeoExamShield-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | NeoExamShield |
ID | deojfdehldjjfmcjcfaojgaibalafifc |
Offizielle URL | https://chromewebstore.google.com/detail/neoexamshield/deojfdehldjjfmcjcfaojgaibalafifc |
Beschreibung | To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal. |
Dateigröße | 403 KB |
Installationsanzahl | 26,389 |
Aktuelle Version | Release Version |
Letztes Update | 2023-11-08 |
Veröffentlichungsdatum | 2023-09-12 |
Bewertung | 1.17/5 Insgesamt 149 Bewertungen |
Entwickler | techadmin |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://iamneo.ai |
Hilfeseite URL | https://iamneo.ai |
URL der Datenschutzrichtlinien-Seite | https://iamneo.ai/terms-of-services |
Unterstützte Sprachen | 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": [ " |