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/

O que é AI-Proctor-Moodle?

AI-Proctor-Moodle é uma extensão do Chrome desenvolvida por TechiBees Inc., e sua principal característica é "This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão AI-Proctor-Moodle

Baixe arquivos de extensão AI-Proctor-Moodle no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome AI-Proctor-Moodle AI-Proctor-Moodle
ID nbhdcdolapnpbccipdpagdlgbhgpkjpd
URL Oficial https://chromewebstore.google.com/detail/ai-proctor-moodle/nbhdcdolapnpbccipdpagdlgbhgpkjpd
Descrição This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/
Tamanho do Arquivo 68.16 KB
Contagem de Instalações 1,640
Versão Atual 7.0
Última Atualização 2021-09-18
Data de Publicação 2021-03-16
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor TechiBees Inc.
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ai-proctor.com/
Idiomas Suportados 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"
    ]
}