NeoExamShield
To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.
What is NeoExamShield?
NeoExamShield is a Chrome extension developed by techadmin, and its main feature is "To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.".
Extension Screenshots
Download NeoExamShield Extension CRX File
Download NeoExamShield extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | NeoExamShield |
ID | deojfdehldjjfmcjcfaojgaibalafifc |
Official URL | https://chromewebstore.google.com/detail/neoexamshield/deojfdehldjjfmcjcfaojgaibalafifc |
Description | To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal. |
File Size | 403 KB |
Installation Count | 26,389 |
Current Version | Release Version |
Last Updated | 2023-11-08 |
Publish Date | 2023-09-12 |
Rating | 1.17/5 Total 149 Ratings |
Developer | techadmin |
[email protected] | |
Payment Type | free |
Extension Website | https://iamneo.ai |
Help Page URL | https://iamneo.ai |
Privacy Policy Page URL | https://iamneo.ai/terms-of-services |
Supported Languages | 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": [ " |