OU Proctor

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

What is OU Proctor?

OU Proctor is a Chrome extension developed by ouhightech, and its main feature is "OUProctor - Giám sát phòng thi cho hệ thống LMS".

Extension Screenshots

screenshot
screenshot

Download OU Proctor Extension CRX File

Download OU Proctor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name OU Proctor OU Proctor
ID mmknfaojcgjcelkoabokhaljjapiogbg
Official URL https://chromewebstore.google.com/detail/ou-proctor/mmknfaojcgjcelkoabokhaljjapiogbg
Description OUProctor - Giám sát phòng thi cho hệ thống LMS
File Size 1.05 MB
Installation Count 214
Current Version 1.3.47
Last Updated 2021-12-29
Publish Date 2020-12-14
Rating 5.00/5 Total 3 Ratings
Developer ouhightech
Email [email protected]
Payment Type free
Extension Website https://elo.edu.vn
Help Page URL https://lms.elo.edu.vn
Privacy Policy Page URL https://dev.elo.edu.vn/blocks/privacyouproc/privacy.html
Supported Languages 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
}