AI-Proctor

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

Apa itu AI-Proctor?

AI-Proctor adalah ekstensi Chrome yang dikembangkan oleh TechiBees Inc., dan fitur utamanya adalah "This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi AI-Proctor

Unduh file ekstensi AI-Proctor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama AI-Proctor AI-Proctor
ID llkbempahblbohpipifajipejjackemi
URL Resmi https://chromewebstore.google.com/detail/ai-proctor/llkbempahblbohpipifajipejjackemi
Deskripsi This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/
Ukuran File 67.78 KB
Jumlah Instalasi 1,000
Versi Saat Ini 17.0
Terakhir Diperbarui 2021-08-21
Tanggal Publikasi 2020-07-04
Penilaian 3.00/5 Total 2 Penilaian
Pengembang TechiBees Inc.
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://ai-proctor.com/
Bahasa yang Didukung 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"
    ]
}