AI-Proctor-Moodle

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

AI-Proctor-Moodleคืออะไร?

AI-Proctor-Moodle เป็นส่วนขยายของ 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-Moodle

ดาวน์โหลดไฟล์ส่วนขยาย AI-Proctor-Moodle ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension is for the AI-Proctor system integrated with Moodle. 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-Moodle AI-Proctor-Moodle
ID nbhdcdolapnpbccipdpagdlgbhgpkjpd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ai-proctor-moodle/nbhdcdolapnpbccipdpagdlgbhgpkjpd
คำอธิบาย This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/
ขนาดไฟล์ 68.16 KB
จำนวนการติดตั้ง 1,640
เวอร์ชันปัจจุบัน 7.0
อัปเดตครั้งล่าสุด 2021-09-18
วันที่เผยแพร่ 2021-03-16
คะแนน 5.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-Moodle",
    "version": "7.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"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.timesrnd.taylors.edu.my\/*",
                "*:\/\/*.times.taylors.edu.my\/*"
            ],
            "js": [
                "upload_watcher.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "upload_checker.js"
        ]
    },
    "permissions": [
        "webRequest",
        "tabs",
        "",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab"
    ]
}