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 là gì?

AI-Proctor-Moodle là một tiện ích mở rộng Chrome được phát triển bởi TechiBees Inc., và tính năng chính của nó là "This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AI-Proctor-Moodle

Tải xuống các tệp mở rộng AI-Proctor-Moodle dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AI-Proctor-Moodle AI-Proctor-Moodle
ID nbhdcdolapnpbccipdpagdlgbhgpkjpd
URL Chính Thức https://chromewebstore.google.com/detail/ai-proctor-moodle/nbhdcdolapnpbccipdpagdlgbhgpkjpd
Mô tả This is the chrome extention for the AI-Proctor system. Find more information about the system at https://www.ai-proctor.com/
Kích Thước Tệp 68.16 KB
Số Lần Cài Đặt 1,640
Phiên Bản Hiện Tại 7.0
Cập Nhật Lần Cuối 2021-09-18
Ngày Phát Hành 2021-03-16
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển TechiBees Inc.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ai-proctor.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}