ExamRoom.AI

An online proctoring system. for test Environment

ExamRoom.AI là gì?

ExamRoom.AI là một tiện ích mở rộng Chrome được phát triển bởi http://examroom.ai, và tính năng chính của nó là "An online proctoring system. for test Environment".

Ả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 ExamRoom.AI

Tải xuống các tệp mở rộng ExamRoom.AI 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

                        ExamRoom.AI is an Online Proctoring System, With ExamRoom.AI, we have made assessments more secure for candidates, and maintain test integrity, while testing nearly anywhere in the world.                    

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

Tên ExamRoom.AI ExamRoom.AI
ID gfokmciomobjendpolajbpjffibbdedn
URL Chính Thức https://chrome.google.com/webstore/detail/examroomai/gfokmciomobjendpolajbpjffibbdedn
Mô tả An online proctoring system. for test Environment
Kích Thước Tệp 46.65 KB
Số Lần Cài Đặt 105
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2021-11-17
Ngày Phát Hành 2021-03-29
Nhà Phát Triển http://examroom.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://examroom.ai/
URL Trang Trợ Giúp https://examroom.ai/
URL Trang Chính Sách Bảo Mật https://examroom.ai/privacy_policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ExamRoom.AI",
    "version": "1.7",
    "description": "An online proctoring system. for test Environment",
    "manifest_version": 2,
    "permissions": [
        "notifications",
        "input",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/examroom.ai\/*",
            "https:\/\/test.examroom.ai\/*"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/16w\/16.png",
        "default_popup": "accessblocker.html"
    },
    "icons": {
        "16": "images\/16w\/16.png",
        "32": "images\/32w\/32.png",
        "48": "images\/48w\/48.png",
        "128": "images\/128w\/128.png"
    }
}