Classroom View Pro

Classroom View Pro Extension

Classroom View Pro là gì?

Classroom View Pro là một tiện ích mở rộng Chrome được phát triển bởi eduiq.software, và tính năng chính của nó là "Classroom View Pro Extension".

Ả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 Classroom View Pro

Tải xuống các tệp mở rộng Classroom View Pro 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

                        Use the Classroom View Pro as a classroom management tool to monitor activity of all students Chromebooks.

Here are major features:

- You have complete view over what students are doing on their Chromebooks.

- This application provides you with a live picture of the students Chromebook screens.

- You can block internet on Chromebooks.

- You can present your computer screen on Chromebooks.

- You can lock Chromebooks.

- You can send a message to Chromebooks.

- The student Chromebook screens are represented in the table with a customizable number of rows as thumbnails.                    

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

Tên Classroom View Pro Classroom View Pro
ID ekabgjkfjjamlheclbclomdbkijhndjh
URL Chính Thức https://chromewebstore.google.com/detail/classroom-view-pro/ekabgjkfjjamlheclbclomdbkijhndjh
Mô tả Classroom View Pro Extension
Kích Thước Tệp 10.26 MB
Số Lần Cài Đặt 754
Phiên Bản Hiện Tại 5.2.1.1
Cập Nhật Lần Cuối 2024-02-09
Ngày Phát Hành 2020-02-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển eduiq.software
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://eduiq.com
URL Trang Chính Sách Bảo Mật https://eduiq.com/terms
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Classroom View Pro",
    "description": "Classroom View Pro Extension",
    "version": "5.2.1.1",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "identity",
        "identity.email",
        "desktopCapture",
        "management"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self';  ",
    "background": {
        "persitent": true,
        "scripts": [
            "main.js",
            "loader.js"
        ]
    },
    "options_page": "options.html",
    "storage": {
        "managed_schema": "managed-schema.json"
    }
}