NeoExamShield
To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.
Qu'est-ce que NeoExamShield ?
NeoExamShield est une extension Chrome développée par techadmin, et sa fonction principale est "To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NeoExamShield
Téléchargez les fichiers d'extension NeoExamShield au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | NeoExamShield |
ID | deojfdehldjjfmcjcfaojgaibalafifc |
URL Officiel | https://chromewebstore.google.com/detail/neoexamshield/deojfdehldjjfmcjcfaojgaibalafifc |
Description | To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal. |
Taille du Fichier | 403 KB |
Nombre d'Installations | 26,389 |
Version Actuelle | Release Version |
Dernière Mise à Jour | 2023-11-08 |
Date de Publication | 2023-09-12 |
Évaluation | 1.17/5 Total 149 Évaluations |
Développeur | techadmin |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://iamneo.ai |
URL de la Page d'Aide | https://iamneo.ai |
URL de la Page de Politique de Confidentialité | https://iamneo.ai/terms-of-services |
Langues Prises en Charge | 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": [ " |