OU Proctor

OUProctor - Giám sát phòng thi cho hệ thống LMS

OU Proctor란 무엇입니까?

OU Proctor은(는) ouhightech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "OUProctor - Giám sát phòng thi cho hệ thống LMS"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        OU Proctor - Exam room monitoring for LMS
You need to install this extension to take an quiz at LMS system. This software only works on our LMS system. When the extension is installed on the test. Users will have to perform checks such as requesting access to the webcam and microphone on the browser, etc. After successful authentication via the face recognition API. Users can take the test in full screen mode, do not open new tabs, do not allow copy, paste,... Data will be stored in our system.                    

확장 프로그램 기본 정보

이름 OU Proctor OU Proctor
ID mmknfaojcgjcelkoabokhaljjapiogbg
공식 URL https://chromewebstore.google.com/detail/ou-proctor/mmknfaojcgjcelkoabokhaljjapiogbg
설명 OUProctor - Giám sát phòng thi cho hệ thống LMS
파일 크기 1.05 MB
설치 횟수 214
현재 버전 1.3.47
최근 업데이트 2021-12-29
출시 날짜 2020-12-14
평점 5.00/5 총 3 개의 평점
개발자 ouhightech
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://elo.edu.vn
도움말 페이지 URL https://lms.elo.edu.vn
개인정보 보호 정책 페이지 URL https://dev.elo.edu.vn/blocks/privacyouproc/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_A045__",
    "short_name": "__MSG_A045__",
    "version": "1.3.47",
    "description": "__MSG_pageaction_default__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "assets\/LmsH451.js",
            "assets\/lmsX3ef.js",
            "assets\/Lms4edf.js",
            "assets\/Lms5tgh.js",
            "assets\/Lms92SS.js",
            "assets\/Lms2Qsd.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": "assets\/ouproctor32.png",
        "default_title": "__MSG_pageaction_default__"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "",
        "storage",
        "clipboardWrite",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "management",
        "browsingData",
        "cookies",
        "system.cpu",
        "system.memory",
        "system.display",
        "downloads",
        "power",
        "proxy",
        "privacy"
    ],
    "minimum_chrome_version": "58",
    "web_accessible_resources": [
        "lmshtml\/*.svg",
        "lmshtml\/*.gif",
        "lmshtml\/*.webp",
        "assets\/*.png",
        "lmshtml\/*.html",
        "lmshtml\/*.css",
        "lmshtml\/*.xml"
    ],
    "icons": {
        "32": "assets\/ouproctor_32.png",
        "48": "assets\/ouproctor_48.png"
    },
    "devtools_page": "assets\/Ws4g.html",
    "manifest_version": 2
}