OU Proctor

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

Cos'è OU Proctor?

OU Proctor è un'estensione di Chrome sviluppata da ouhightech, e la sua funzione principale è "OUProctor - Giám sát phòng thi cho hệ thống LMS".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione OU Proctor

Scarica i file di estensione OU Proctor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome OU Proctor OU Proctor
ID mmknfaojcgjcelkoabokhaljjapiogbg
URL Ufficiale https://chromewebstore.google.com/detail/ou-proctor/mmknfaojcgjcelkoabokhaljjapiogbg
Descrizione OUProctor - Giám sát phòng thi cho hệ thống LMS
Dimensione del File 1.05 MB
Conteggio Installazioni 214
Versione Corrente 1.3.47
Ultimo Aggiornamento 2021-12-29
Data di Pubblicazione 2020-12-14
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore ouhightech
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://elo.edu.vn
URL della Pagina di Aiuto https://lms.elo.edu.vn
URL della Pagina della Politica sulla Privacy https://dev.elo.edu.vn/blocks/privacyouproc/privacy.html
Lingue Supportate 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
}