Classroom View Pro

Classroom View Pro Extension

什麼是Classroom View Pro?

Classroom View Pro是由eduiq.software開發的Chrome擴展程式,該擴展的主要功能是“Classroom View Pro Extension”。

擴展截圖

screenshot

下載Classroom View Pro擴展crx文件

下載Classroom View Pro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Classroom View Pro Classroom View Pro
ID ekabgjkfjjamlheclbclomdbkijhndjh
官方網址 https://chromewebstore.google.com/detail/classroom-view-pro/ekabgjkfjjamlheclbclomdbkijhndjh
簡介 Classroom View Pro Extension
檔案大小 10.26 MB
安裝次數 754
目前版本 5.2.1.1
更新時間 2024-02-09
上架時間 2020-02-18
評分 5.00/5 共 1 次評分
開發者 eduiq.software
電子郵箱 [email protected]
付費類型 free
擴展官網 https://eduiq.com
隱私政策頁面URL https://eduiq.com/terms
支援的語言 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"
    }
}