ProctorExam Screen Sharing

Lets you share your screen when taking an online exam on ProctorExam - https://www.proctorexam.com

ProctorExam Screen Sharing란 무엇입니까?

ProctorExam Screen Sharing은(는) https://proctorexam.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lets you share your screen when taking an online exam on ProctorExam - https://www.proctorexam.com"입니다.

확장 프로그램 스크린샷

screenshot

ProctorExam Screen Sharing 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension enables screen sharing on the ProctorExam distance examination platform. Screen Sharing can only be activated on exams.proctorexam.com, so you don't need to worry about accidentally sharing unintentionally.

By installing this extension, you are giving ProctorExam permission to view your screen during an examination.

FOR TEST TAKERS:

Once you have installed the extension, please follow: 'STEP 2 - complete the system check' in the email you have received about your exam. If you have any difficulties downloading this extension, please contact our chat support. It will be available for you during step 2. Alternatively you can contact our chat support at https://www.proctorexam.com.

FOR DEVELOPERS:

Any questions related to our extension, please contact us using the ‘contact the publisher’ button on the right of this screen. Alternatively you can reach out to your account manager for further assistance.                    

확장 프로그램 기본 정보

이름 ProctorExam Screen Sharing ProctorExam Screen Sharing
ID digojkgonhgmnohbapdfjllpnmjmdhpg
공식 URL https://chromewebstore.google.com/detail/proctorexam-screen-sharin/digojkgonhgmnohbapdfjllpnmjmdhpg
설명 Lets you share your screen when taking an online exam on ProctorExam - https://www.proctorexam.com
파일 크기 92.74 KB
설치 횟수 768,244
현재 버전 1.6.0
최근 업데이트 2023-01-16
출시 날짜 2018-12-06
평점 1.86/5 총 194 개의 평점
개발자 https://proctorexam.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://proctorexam.com
도움말 페이지 URL https://proctorexam.com/test-taker-support/
개인정보 보호 정책 페이지 URL https://www.proctorexam.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ProctorExam Screen Sharing",
    "author": "Procwise BV",
    "version": "1.6.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Lets you share your screen when taking an online exam on ProctorExam - https:\/\/www.proctorexam.com",
    "homepage_url": "https:\/\/proctorexam.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*.proctorexam.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture",
        "activeTab",
        "tabs",
        "https:\/\/*.proctorexam.com\/*"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}