PSI Bridge Online Proctoring Extension

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

什麼是PSI Bridge Online Proctoring Extension?

PSI Bridge Online Proctoring Extension是由psiservicesdev開發的Chrome擴展程式,該擴展的主要功能是“The fast, secure way to take remote proctored exams from PSI.”。

擴展截圖

screenshot

下載PSI Bridge Online Proctoring Extension擴展crx文件

下載PSI Bridge Online Proctoring Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 PSI Bridge Online Proctoring Extension PSI Bridge Online Proctoring Extension
ID aeindiojndlokkemcgakgpgbcmgonifn
官方網址 https://chromewebstore.google.com/detail/psi-bridge-online-proctor/aeindiojndlokkemcgakgpgbcmgonifn
簡介 The fast, secure way to take remote proctored exams from PSI.
檔案大小 1.07 MB
安裝次數 35,036
目前版本 2.8.0.3
更新時間 2024-02-14
上架時間 2021-05-19
評分 1.03/5 共 31 次評分
開發者 psiservicesdev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.psionline.com/
隱私政策頁面URL https://www.psiexams.com/legal/privacy-policy
支援的語言 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\/*"
        ]
    }
}