Proctor360

Secure Testing Anywhere

Proctor360 क्या है?

Proctor360 https://proctor360.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Secure Testing Anywhere"।

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

screenshot
screenshot

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

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

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

                        The Proctor360 extension is used in conjunction with our online remote proctoring service. Organizations can take advantage of the extension to remotely  enter passwords into fields and/or use its browser tracking and lockdown features.

Proctors have the capability to enter passwords remotely using the extension. This allows test passwords to remain secure while enabling the candidate to take their exam. There is no need for  a proctor to take control of a test candidate's computer, allowing them to maintain control of their system.

In some implementations, exam tracking and browser lockdown features may be enabled with or without remote password entry. This allows Proctor360's proctoring service to track if a test candidate is performing actions that are considered violations during a test session. All violations can and are expected to be reviewed for a final validation.

This extension is only active when an exam session is considered In Progress.                    

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

नाम Proctor360 Proctor360
ID hkegehhbmbongohpgmdadkbkmnfokicn
आधिकारिक URL https://chromewebstore.google.com/detail/proctor360/hkegehhbmbongohpgmdadkbkmnfokicn
विवरण Secure Testing Anywhere
फ़ाइल का आकार 154 KB
स्थापना संख्या 24,599
वर्तमान संस्करण 0.2.13
अंतिम अपडेट 2023-10-05
प्रकाशन तिथि 2020-05-08
रेटिंग 4.25/5 कुल 8 रेटिंग्स
डेवलपर https://proctor360.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://proctor360.com/
सहायता पृष्ठ URL https://support.proctor360.com/help/365012637
गोपनीयता नीति पृष्ठ URL https://proctor360.com/page/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "32": "img\/icon32.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "name": "Proctor360"
    },
    "name": "Proctor360",
    "description": "Secure Testing Anywhere",
    "version": "0.2.13",
    "permissions": [
        "notifications",
        "storage",
        "",
        "tabs",
        "activeTab",
        "https:\/\/*.proctor360.com\/*",
        "http:\/\/localhost:3001\/*",
        "webRequest",
        "management",
        "system.display",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "img\/icon32.png",
        "img\/icon64.png",
        "img\/icon128.png"
    ],
    "background": {
        "scripts": [
            "scripts\/jquery\/jquery-3.4.1.min.js",
            "scripts\/background.js",
            "scripts\/content-script\/canvas.js",
            "scripts\/socket\/socket.io.min.js"
        ]
    }
}