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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 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": [
                ""
            ]
        }
    ]
}