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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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\/*"
        ]
    }
}