Classroom View Pro

Classroom View Pro Extension

Classroom View Proคืออะไร?

Classroom View Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eduiq.software และคุณลักษณะหลักของมันคือ "Classroom View Pro Extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Classroom View Pro

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}