AI-Proctor

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

Cos'è AI-Proctor?

AI-Proctor è un'estensione di Chrome sviluppata da TechiBees Inc., e la sua funzione principale è "This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AI-Proctor

Scarica i file di estensione AI-Proctor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome AI-Proctor AI-Proctor
ID llkbempahblbohpipifajipejjackemi
URL Ufficiale https://chromewebstore.google.com/detail/ai-proctor/llkbempahblbohpipifajipejjackemi
Descrizione This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/
Dimensione del File 67.78 KB
Conteggio Installazioni 1,000
Versione Corrente 17.0
Ultimo Aggiornamento 2021-08-21
Data di Pubblicazione 2020-07-04
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore TechiBees Inc.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ai-proctor.com/
Lingue Supportate 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"
    ]
}