AI-Proctor

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

Co je AI-Proctor?

AI-Proctor je rozšíření Chrome vyvinuté TechiBees Inc., a jeho hlavní funkcí je „This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření AI-Proctor

Stáhněte si soubory rozšíření AI-Proctor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název AI-Proctor AI-Proctor
ID llkbempahblbohpipifajipejjackemi
Oficiální URL https://chromewebstore.google.com/detail/ai-proctor/llkbempahblbohpipifajipejjackemi
Popis This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/
Velikost souboru 67.78 KB
Počet instalací 1,000
Aktuální Verze 17.0
Poslední Aktualizace 2021-08-21
Datum Vydání 2020-07-04
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář TechiBees Inc.
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://ai-proctor.com/
Podporované Jazyky 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"
    ]
}