AI-Proctor

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

ما هو AI-Proctor؟

AI-Proctor هو إضافة Chrome تم تطويرها بواسطة TechiBees Inc.، والميزة الرئيسية لها هي "This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة AI-Proctor

قم بتنزيل ملفات الامتداد AI-Proctor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم AI-Proctor AI-Proctor
ID llkbempahblbohpipifajipejjackemi
عنوان URL الرسمي https://chromewebstore.google.com/detail/ai-proctor/llkbempahblbohpipifajipejjackemi
الوصف This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/
حجم الملف 67.78 KB
عدد التثبيتات 1,000
النسخة الحالية 17.0
آخر تحديث 2021-08-21
تاريخ النشر 2020-07-04
تقييم 3.00/5 مجموع تقييمات 2
المطور TechiBees Inc.
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://ai-proctor.com/
اللغات المدعومة 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"
    ]
}