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

AI-Proctor 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

Tải xuống các tệp mở rộng AI-Proctor 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. 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 AI-Proctor
ID llkbempahblbohpipifajipejjackemi
URL Chính Thức https://chromewebstore.google.com/detail/ai-proctor/llkbempahblbohpipifajipejjackemi
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 67.78 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 17.0
Cập Nhật Lần Cuối 2021-08-21
Ngày Phát Hành 2020-07-04
Đánh Giá 3.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",
    "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"
    ]
}