PSI Bridge Online Proctoring Extension

The fast, secure way to take remote proctored exams from PSI.

Qu'est-ce que PSI Bridge Online Proctoring Extension ?

PSI Bridge Online Proctoring Extension est une extension Chrome développée par psiservicesdev, et sa fonction principale est "The fast, secure way to take remote proctored exams from PSI.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PSI Bridge Online Proctoring Extension

Téléchargez les fichiers d'extension PSI Bridge Online Proctoring Extension 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

                        Put the power of online proctored assessments at your fingertips.

PSI Bridge is the fast, easy, secure way to take your online proctored exams.

Click Add to Chrome to get started!                    

Informations de Base sur l'Extension

Nom PSI Bridge Online Proctoring Extension PSI Bridge Online Proctoring Extension
ID aeindiojndlokkemcgakgpgbcmgonifn
URL Officiel https://chromewebstore.google.com/detail/psi-bridge-online-proctor/aeindiojndlokkemcgakgpgbcmgonifn
Description The fast, secure way to take remote proctored exams from PSI.
Taille du Fichier 1.07 MB
Nombre d'Installations 35,036
Version Actuelle 2.8.0.3
Dernière Mise à Jour 2024-02-14
Date de Publication 2021-05-19
Évaluation 1.03/5 Total 31 Évaluations
Développeur psiservicesdev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.psionline.com/
URL de la Page de Politique de Confidentialité https://www.psiexams.com/legal/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PSI Bridge Online Proctoring Extension",
    "version": "2.8.0.3",
    "description": "The fast, secure way to take remote proctored exams from PSI.",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "psi-background-worker.js"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "desktopCapture",
        "storage",
        "scripting",
        "tabs",
        "webNavigation",
        "management",
        "declarativeNetRequest",
        "history"
    ],
    "icons": {
        "16": "assets\/icon\/psi_icon16.png",
        "32": "assets\/icon\/psi_icon32.png",
        "48": "assets\/icon\/psi_icon48.png",
        "128": "assets\/icon\/psi_icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "assets\/scripts\/before-unload.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "ui\/index.html",
                "assets\/image\/required-settings.png",
                "assets\/image\/all-site-access-example.png",
                "assets\/image\/logo-PSIBridge-color.svg",
                "assets\/image\/psi-logo-small.png",
                "assets\/image\/mac_screen_permission.png",
                "assets\/image\/mac_security.png",
                "assets\/image\/mac_security_quit.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost\/*",
            "http:\/\/localhost:50161\/*"
        ]
    }
}