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.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة NeoExamShield

قم بتنزيل ملفات الامتداد NeoExamShield بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
عنوان صفحة المساعدة https://iamneo.ai
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}