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/

Hvad er AI-Proctor-Moodle?

AI-Proctor-Moodle er en Chrome-udvidelse udviklet af TechiBees Inc., og dens hovedfunktion er "This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/".

Udvidelsesskærmbilleder

screenshot

Download AI-Proctor-Moodle-udvidelses-CRX-fil

Download AI-Proctor-Moodle-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn AI-Proctor-Moodle AI-Proctor-Moodle
ID nbhdcdolapnpbccipdpagdlgbhgpkjpd
Officiel URL https://chromewebstore.google.com/detail/ai-proctor-moodle/nbhdcdolapnpbccipdpagdlgbhgpkjpd
Beskrivelse This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/
Filstørrelse 68.16 KB
Antal Installationer 1,640
Nuværende Version 7.0
Senest Opdateret 2021-09-18
Udgivelsesdato 2021-03-16
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler TechiBees Inc.
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://ai-proctor.com/
Understøttede Sprog 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"
    ]
}