NeoExamShield
To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.
Τι είναι το NeoExamShield;
Το NeoExamShield είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον techadmin, και η κύρια λειτουργία του είναι "To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης NeoExamShield
Λήψη αρχείων επέκτασης NeoExamShield σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | NeoExamShield |
ID | deojfdehldjjfmcjcfaojgaibalafifc |
Επίσημο URL | https://chromewebstore.google.com/detail/neoexamshield/deojfdehldjjfmcjcfaojgaibalafifc |
Περιγραφή | To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal. |
Μέγεθος Αρχείου | 403 KB |
Αριθμός Εγκαταστάσεων | 26,389 |
Τρέχουσα Έκδοση | Release Version |
Τελευταία Ενημέρωση | 2023-11-08 |
Ημερομηνία Δημοσίευσης | 2023-09-12 |
Αξιολόγηση | 1.17/5 Συνολικά 149 Αξιολογήσεις |
Προγραμματιστής | techadmin |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://iamneo.ai |
Διεύθυνση URL της Σελίδας Βοήθειας | https://iamneo.ai |
URL της Σελίδας Πολιτικής Απορρήτου | https://iamneo.ai/terms-of-services |
Υποστηριζόμενες Γλώσσες | 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": [ " |