AI-Proctor

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

Wat is AI-Proctor?

AI-Proctor is een Chrome-extensie ontwikkeld door TechiBees Inc., en de belangrijkste functie is "This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AI-Proctor

Download AI-Proctor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam AI-Proctor AI-Proctor
ID llkbempahblbohpipifajipejjackemi
Officiële URL https://chromewebstore.google.com/detail/ai-proctor/llkbempahblbohpipifajipejjackemi
Beschrijving This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/
Bestandsgrootte 67.78 KB
Aantal Installaties 1,000
Huidige Versie 17.0
Laatst Bijgewerkt 2021-08-21
Publicatiedatum 2020-07-04
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar TechiBees Inc.
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ai-proctor.com/
Ondersteunde Talen 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"
    ]
}