NeoExamShield
To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.
Apa itu NeoExamShield?
NeoExamShield adalah ekstensi Chrome yang dikembangkan oleh techadmin, dan fitur utamanya adalah "To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NeoExamShield
Unduh file ekstensi NeoExamShield dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | NeoExamShield |
ID | deojfdehldjjfmcjcfaojgaibalafifc |
URL Resmi | https://chromewebstore.google.com/detail/neoexamshield/deojfdehldjjfmcjcfaojgaibalafifc |
Deskripsi | To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal. |
Ukuran File | 403 KB |
Jumlah Instalasi | 26,389 |
Versi Saat Ini | Release Version |
Terakhir Diperbarui | 2023-11-08 |
Tanggal Publikasi | 2023-09-12 |
Penilaian | 1.17/5 Total 149 Penilaian |
Pengembang | techadmin |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://iamneo.ai |
URL Halaman Bantuan | https://iamneo.ai |
URL Halaman Kebijakan Privasi | https://iamneo.ai/terms-of-services |
Bahasa yang Didukung | 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": [ " |