AI-Proctor-Moodle

This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/

¿Qué es AI-Proctor-Moodle?

AI-Proctor-Moodle es una extensión de Chrome desarrollada por TechiBees Inc., y su función principal es "This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión AI-Proctor-Moodle

Descarga archivos de extensión AI-Proctor-Moodle en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension is for the AI-Proctor system integrated with Moodle. It opens a channel between the student browser and the instructor only during the exam. It also converts Chrome to full screen mode during the exam. The extension is one part of the system. The other part is the AI-Proctor desktop application. Please download it. Good luck in your exams!                    

Información Básica de la Extensión

Nombre AI-Proctor-Moodle AI-Proctor-Moodle
ID nbhdcdolapnpbccipdpagdlgbhgpkjpd
URL Oficial https://chromewebstore.google.com/detail/ai-proctor-moodle/nbhdcdolapnpbccipdpagdlgbhgpkjpd
Descripción This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/
Tamaño del Archivo 68.16 KB
Cantidad de Instalaciones 1,640
Versión Actual 7.0
Última Actualización 2021-09-18
Fecha de Publicación 2021-03-16
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador TechiBees Inc.
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://ai-proctor.com/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AI-Proctor-Moodle",
    "version": "7.0",
    "manifest_version": 2,
    "description": "This is the chrome extention for the AI-Proctor system. Find more information about the system at  https:\/\/www.ai-proctor.com\/",
    "icons": {
        "128": "AiProctor.png"
    },
    "browser_action": {
        "name": "AI-Proctor",
        "icons": [
            "AiProctor.png"
        ],
        "default_icon": "AiProctor.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.timesrnd.taylors.edu.my\/*",
                "*:\/\/*.times.taylors.edu.my\/*"
            ],
            "js": [
                "upload_watcher.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "upload_checker.js"
        ]
    },
    "permissions": [
        "webRequest",
        "tabs",
        "",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab"
    ]
}