AI-Proctor

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

Was ist AI-Proctor?

AI-Proctor ist eine Chrome-Erweiterung, die von TechiBees Inc. entwickelt wurde, und ihr Hauptmerkmal ist "This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/".

Erweiterungsscreenshots

screenshot

AI-Proctor-Erweiterungs-CRX-Datei herunterladen

Laden Sie AI-Proctor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name AI-Proctor AI-Proctor
ID llkbempahblbohpipifajipejjackemi
Offizielle URL https://chromewebstore.google.com/detail/ai-proctor/llkbempahblbohpipifajipejjackemi
Beschreibung This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/
Dateigröße 67.78 KB
Installationsanzahl 1,000
Aktuelle Version 17.0
Letztes Update 2021-08-21
Veröffentlichungsdatum 2020-07-04
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler TechiBees Inc.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ai-proctor.com/
Unterstützte Sprachen 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"
    ]
}