Proctor360

Secure Testing Anywhere

Qu'est-ce que Proctor360 ?

Proctor360 est une extension Chrome développée par https://proctor360.com, et sa fonction principale est "Secure Testing Anywhere".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Proctor360

Téléchargez les fichiers d'extension Proctor360 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Proctor360 Proctor360
ID hkegehhbmbongohpgmdadkbkmnfokicn
URL Officiel https://chromewebstore.google.com/detail/proctor360/hkegehhbmbongohpgmdadkbkmnfokicn
Description Secure Testing Anywhere
Taille du Fichier 154 KB
Nombre d'Installations 24,599
Version Actuelle 0.2.13
Dernière Mise à Jour 2023-10-05
Date de Publication 2020-05-08
Évaluation 4.25/5 Total 8 Évaluations
Développeur https://proctor360.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://proctor360.com/
URL de la Page d'Aide https://support.proctor360.com/help/365012637
URL de la Page de Politique de Confidentialité https://proctor360.com/page/privacy-policy
Langues Prises en Charge 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"
        ]
    }
}