uCertify Proctoring

uCertify Chrome Extension for Remote Proctoring

uCertify Proctoring क्या है?

uCertify Proctoring care द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "uCertify Chrome Extension for Remote Proctoring"।

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

screenshot

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

crx प्रारूप में uCertify Proctoring एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension is used for the remote proctoring test on uCertify. By this extension, the student registered on the ucertify.com (or its subdomain) will able to give remote proctoring test. By using this extension we will make sure that during the test student will only open the website/url which is allowed during the test and cannot able to cheat during the exam from. If he tried to do any suspicious activity it will record and sent to the instructor when he is checking the proctoring result. This extension can detect face of the student and recognize his/her name and face on ID and also record user screen. All the analysis is done by the AI. We will make secure the test given by the student is fair.                    

एक्सटेंशन की मूल जानकारी

नाम uCertify Proctoring uCertify Proctoring
ID hndcafdkpaconlmondnhbgibnmaagfdg
आधिकारिक URL https://chromewebstore.google.com/detail/ucertify-proctoring/hndcafdkpaconlmondnhbgibnmaagfdg
विवरण uCertify Chrome Extension for Remote Proctoring
फ़ाइल का आकार 78.1 KB
स्थापना संख्या 183
वर्तमान संस्करण 1.09.2020.6
अंतिम अपडेट 2023-12-06
प्रकाशन तिथि 2020-11-23
डेवलपर care
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.ucertify.com/about/privacy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "uCertify Proctoring",
    "description": "uCertify Chrome Extension for Remote Proctoring",
    "version": "1.09.2020.6",
    "browser_action": {
        "default_title": "uCertify",
        "default_icon": {
            "19": "assets\/icons\/icon3.png",
            "38": "assets\/icons\/icon3.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/localhost\/pe-gold3\/*",
                "*:\/\/*.ucertify.com\/*",
                "*:\/\/*.jigyaasa.info\/*"
            ],
            "js": [
                "ucscript.min.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "assets\/icons\/icon3.png",
        "48": "assets\/icons\/icon3.png",
        "128": "assets\/icons\/icon3.png"
    },
    "permissions": [
        "",
        "desktopCapture",
        "tabs",
        "storage",
        "notifications",
        "activeTab"
    ],
    "web_accessible_resources": [
        "assets\/icons\/*",
        "version.js"
    ]
}