Codejudge Proctoring

Extension to proctor candidate

Codejudge Proctoring क्या है?

Codejudge Proctoring https://codejudge.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to proctor candidate"।

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

screenshot
screenshot
screenshot

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

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

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

                        A fully automated proctoring solution brought to you by Codejudge Inc.
We are committed to providing you the best test-taking experience possible while protecting the integrity of your exam so that everyone has a fair chance to perform their best.

Please remember:

• This will only monitor you during your exam session.
• Your personal information is safe and will never be shared or sold to a third party.
• This will not access any personal data not required for the exam itself.
• Prior to installing the extension, Google Chrome will ask for your permission.
• The permissions you agree to are only required during the exam and will never be used outside of the exam session.

What does the Google Chrome Extension privacy disclosure really mean? Here is a short description that shows how we use these features:

• READ AND CHANGE ALL YOUR DATA ON THE WEBSITES YOU VISIT - This is used during your exam to ensure you remain on permitted pages or sites. For example, your admin might restrict the use of another webpage during the exam.
• DISPLAY NOTIFICATIONS - This permission allows the proctor to send you a notification while in your exam.
• COMMUNICATE WITH COOPERATING WEBSITES - During your exam, this may need to communicate with your test delivery provider or learning management system to ensure all the necessary conditions are set for an optimal testing experience.
• READ AND MODIFY DATA YOU COPY AND PASTE - This prevents the use of copy and paste during the exam which protects exam integrity.

This brief explanation is intended to help demystify the Chrome extension privacy disclosure and give you a better understanding of why we use the extension. It's important to remember that we only monitor your activity for the duration of your exam session and take your data privacy very seriously. For more information on our privacy policy, please refer here https://codejudge.io/privacy-policy/                    

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

नाम Codejudge Proctoring Codejudge Proctoring
ID icigodknkilafgeccogkijpakllflcaa
आधिकारिक URL https://chromewebstore.google.com/detail/codejudge-proctoring/icigodknkilafgeccogkijpakllflcaa
विवरण Extension to proctor candidate
फ़ाइल का आकार 464 KB
स्थापना संख्या 24,165
वर्तमान संस्करण 1.1.4
अंतिम अपडेट 2023-03-02
प्रकाशन तिथि 2021-08-03
रेटिंग 2.20/5 कुल 10 रेटिंग्स
डेवलपर https://codejudge.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://develop.codejudge.io
गोपनीयता नीति पृष्ठ URL https://codejudge.io/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Codejudge Proctoring",
    "short_name": "Codejudge Proctoring",
    "version": "1.1.4",
    "description": "Extension to proctor candidate",
    "permissions": [
        "desktopCapture",
        "tabs",
        "storage",
        "scripting",
        "system.cpu",
        "system.memory",
        "system.display",
        "management"
    ],
    "icons": {
        "16": "\/assets\/codejudge-logo-16-16.png",
        "32": "\/assets\/codejudge-logo-32-32.png",
        "48": "\/assets\/codejudge-logo-64-64.png",
        "128": "\/assets\/codejudge-logo-128-128.png"
    },
    "action": {
        "default_title": "Codejudge Proctoring"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}