PSI Bridge Online Proctoring Extension

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

PSI Bridge Online Proctoring Extension là gì?

PSI Bridge Online Proctoring Extension là một tiện ích mở rộng Chrome được phát triển bởi psiservicesdev, và tính năng chính của nó là "The fast, secure way to take remote proctored exams from PSI.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PSI Bridge Online Proctoring Extension

Tải xuống các tệp mở rộng PSI Bridge Online Proctoring Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PSI Bridge Online Proctoring Extension PSI Bridge Online Proctoring Extension
ID aeindiojndlokkemcgakgpgbcmgonifn
URL Chính Thức https://chromewebstore.google.com/detail/psi-bridge-online-proctor/aeindiojndlokkemcgakgpgbcmgonifn
Mô tả The fast, secure way to take remote proctored exams from PSI.
Kích Thước Tệp 1.07 MB
Số Lần Cài Đặt 35,036
Phiên Bản Hiện Tại 2.8.0.3
Cập Nhật Lần Cuối 2024-02-14
Ngày Phát Hành 2021-05-19
Đánh Giá 1.03/5 Tổng số 31 Đánh Giá
Nhà Phát Triển psiservicesdev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.psionline.com/
URL Trang Chính Sách Bảo Mật https://www.psiexams.com/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}