AI-Proctor

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?

AI-Proctor 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

Descarga archivos de extensión AI-Proctor 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. 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 AI-Proctor
ID llkbempahblbohpipifajipejjackemi
URL Oficial https://chromewebstore.google.com/detail/ai-proctor/llkbempahblbohpipifajipejjackemi
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 67.78 KB
Cantidad de Instalaciones 1,000
Versión Actual 17.0
Última Actualización 2021-08-21
Fecha de Publicación 2020-07-04
Calificación 3.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",
    "version": "17.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",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "storage",
        "tabs",
        "",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab"
    ]
}