NeoExamShield

To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal.

NeoExamShield क्या है?

NeoExamShield techadmin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To prevent malpractice, identifies and blocks third-party browser extensions during tests on the Iamneo portal."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NeoExamShield एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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": [
                ""
            ]
        }
    ]
}