NeoExamShield
To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.
Vad är NeoExamShield?
NeoExamShield är en Chrome-tillägg utvecklad av techadmin, och dess huvudfunktion är "To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.".
Tilläggsskärmbilder
Ladda ner NeoExamShield-förlängningens CRX-fil
Ladda ner NeoExamShield-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | NeoExamShield |
ID | deojfdehldjjfmcjcfaojgaibalafifc |
Officiell webbadress | https://chromewebstore.google.com/detail/neoexamshield/deojfdehldjjfmcjcfaojgaibalafifc |
Beskrivning | To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal. |
Filstorlek | 403 KB |
Antal Installationer | 26,389 |
Aktuell Version | Release Version |
Senast Uppdaterad | 2023-11-08 |
Publiceringsdatum | 2023-09-12 |
Betyg | 1.17/5 Totalt 149 Betyg |
Utvecklare | techadmin |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://iamneo.ai |
Hjälpsida URL | https://iamneo.ai |
URL till Sekretesspolicy Sidan | https://iamneo.ai/terms-of-services |
Stödda Språk | 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": [ " |