Proctor360

Secure Testing Anywhere

Proctor360란 무엇입니까?

Proctor360은(는) https://proctor360.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Secure Testing Anywhere"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Proctor360 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Proctor360 extension is used in conjunction with our online remote proctoring service. Organizations can take advantage of the extension to remotely  enter passwords into fields and/or use its browser tracking and lockdown features.

Proctors have the capability to enter passwords remotely using the extension. This allows test passwords to remain secure while enabling the candidate to take their exam. There is no need for  a proctor to take control of a test candidate's computer, allowing them to maintain control of their system.

In some implementations, exam tracking and browser lockdown features may be enabled with or without remote password entry. This allows Proctor360's proctoring service to track if a test candidate is performing actions that are considered violations during a test session. All violations can and are expected to be reviewed for a final validation.

This extension is only active when an exam session is considered In Progress.                    

확장 프로그램 기본 정보

이름 Proctor360 Proctor360
ID hkegehhbmbongohpgmdadkbkmnfokicn
공식 URL https://chromewebstore.google.com/detail/proctor360/hkegehhbmbongohpgmdadkbkmnfokicn
설명 Secure Testing Anywhere
파일 크기 154 KB
설치 횟수 24,599
현재 버전 0.2.13
최근 업데이트 2023-10-05
출시 날짜 2020-05-08
평점 4.25/5 총 8 개의 평점
개발자 https://proctor360.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://proctor360.com/
도움말 페이지 URL https://support.proctor360.com/help/365012637
개인정보 보호 정책 페이지 URL https://proctor360.com/page/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "32": "img\/icon32.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "name": "Proctor360"
    },
    "name": "Proctor360",
    "description": "Secure Testing Anywhere",
    "version": "0.2.13",
    "permissions": [
        "notifications",
        "storage",
        "",
        "tabs",
        "activeTab",
        "https:\/\/*.proctor360.com\/*",
        "http:\/\/localhost:3001\/*",
        "webRequest",
        "management",
        "system.display",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "img\/icon32.png",
        "img\/icon64.png",
        "img\/icon128.png"
    ],
    "background": {
        "scripts": [
            "scripts\/jquery\/jquery-3.4.1.min.js",
            "scripts\/background.js",
            "scripts\/content-script\/canvas.js",
            "scripts\/socket\/socket.io.min.js"
        ]
    }
}