Classwork Zoom for Google Classroom

Extension for Google Classroom

Classwork Zoom for Google Classroomคืออะไร?

Classwork Zoom for Google Classroom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://classworkzoom.com และคุณลักษณะหลักของมันคือ "Extension for Google Classroom"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Classwork Zoom for Google Classroom

ดาวน์โหลดไฟล์ส่วนขยาย Classwork Zoom for Google Classroom ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        As a teacher, I designed Classwork Zoom with a teacher's needs in mind, and my enthusiasm for it is based on how much it helped me with my own classes.

Classwork Zoom for Google Classroom™ puts student work assigned in Google Docs, Sheets, Slides, Drawings, Jamboards, and even Sites into a scrollable and zoomable timeline. 

In this way, Classwork Zoom provides a missing piece in the puzzle of student effort and engagement. It can help you answer questions like…

- Are my students engaged in the work that I've assigned?
- Are they managing their time?
- Are they doing their own work in individual assignments?
- Are they pulling their weight in group work?

When you can clearly SEE student effort, then you can more effectively encourage and nurture it. 

Seeing the work of an entire class at a glance creates the possibility of an ENGAGEMENT FEEDBACK LOOP. When everyone gets right to work on an activity, you can see that. When the class is taking a while to get focused, you can see that, too. 

And now, if you take steps to address a lack of engagement, you can SEE the effects of your work. All you need to do is run Classwork Zoom on the next assignment and see if their  habits are changing. 

Did it work? Great! If not, you can try something else, and you will KNOW whether it made a difference.


"I feel like I was in the dark about what my students were doing, and Classwork Zoom turned the light on." -English teacher

"Now it's so easy to see when there's an imbalance in group work. I honestly don't think I could get by without it anymore." -Physics teacher

"HOLY CRAP." -Chemistry teacher


Google Classroom is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Classwork Zoom for Google Classroom Classwork Zoom for Google Classroom
ID flkiihnalkdcocknmgjolnbhfaigngfp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/classwork-zoom-for-google/flkiihnalkdcocknmgjolnbhfaigngfp
คำอธิบาย Extension for Google Classroom
ขนาดไฟล์ 1.34 MB
จำนวนการติดตั้ง 60,000
เวอร์ชันปัจจุบัน 0.4.0.3
อัปเดตครั้งล่าสุด 2023-11-29
วันที่เผยแพร่ 2020-06-10
คะแนน 4.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://classworkzoom.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย http://classworkzoom.com
URL หน้านโยบายความเป็นส่วนตัว http://classworkzoom.com/terms
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 3,
    "version": "0.4.0.3",
    "name": "Classwork Zoom for Google Classroom",
    "description": "Extension for Google Classroom",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' 'https:\/\/apis.google.com'; object-src 'self'"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "system.memory"
    ],
    "host_permissions": [
        "https:\/\/*.google.com\/*",
        "http:\/\/ec2-52-59-119-38.eu-central-1.compute.amazonaws.com\/",
        "https:\/\/classworkzoom.com\/*"
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_icon": {
            "32": "images\/icon32.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Classwork Zoom for Google Classroom"
    },
    "icons": {
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "options_page": "classroom.html",
    "externally_connectable": {
        "matches": [
            "https:\/\/classworkzoom.com\/*",
            "http:\/\/51.15.38.37\/*",
            "https:\/\/accounts.google.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "classroom.html"
            ],
            "matches": [
                "https:\/\/classworkzoom.com\/*",
                "https:\/\/accounts.google.com\/*"
            ]
        }
    ]
}