Proctor360

Secure Testing Anywhere

Τι είναι το Proctor360;

Το Proctor360 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://proctor360.com, και η κύρια λειτουργία του είναι "Secure Testing Anywhere".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Proctor360

Λήψη αρχείων επέκτασης Proctor360 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
        ]
    }
}