OU Proctor

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

Wat is OU Proctor?

OU Proctor is een Chrome-extensie ontwikkeld door ouhightech, en de belangrijkste functie is "OUProctor - Giám sát phòng thi cho hệ thống LMS".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie OU Proctor

Download OU Proctor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam OU Proctor OU Proctor
ID mmknfaojcgjcelkoabokhaljjapiogbg
Officiële URL https://chromewebstore.google.com/detail/ou-proctor/mmknfaojcgjcelkoabokhaljjapiogbg
Beschrijving OUProctor - Giám sát phòng thi cho hệ thống LMS
Bestandsgrootte 1.05 MB
Aantal Installaties 214
Huidige Versie 1.3.47
Laatst Bijgewerkt 2021-12-29
Publicatiedatum 2020-12-14
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar ouhightech
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://elo.edu.vn
Help Pagina-URL https://lms.elo.edu.vn
URL van de Privacybeleid Pagina https://dev.elo.edu.vn/blocks/privacyouproc/privacy.html
Ondersteunde Talen 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
}