AI-Proctor

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

Qu'est-ce que AI-Proctor ?

AI-Proctor est une extension Chrome développée par TechiBees Inc., et sa fonction principale est "This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AI-Proctor

Téléchargez les fichiers d'extension AI-Proctor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom AI-Proctor AI-Proctor
ID llkbempahblbohpipifajipejjackemi
URL Officiel https://chromewebstore.google.com/detail/ai-proctor/llkbempahblbohpipifajipejjackemi
Description This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/
Taille du Fichier 67.78 KB
Nombre d'Installations 1,000
Version Actuelle 17.0
Dernière Mise à Jour 2021-08-21
Date de Publication 2020-07-04
Évaluation 3.00/5 Total 2 Évaluations
Développeur TechiBees Inc.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ai-proctor.com/
Langues Prises en Charge 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"
    ]
}