ClassroomGo Teachers - Classroom Management

ClassroomGo-行動裝置教學廣播播系統

什么是ClassroomGo Teachers - Classroom Management?

ClassroomGo Teachers - Classroom Management是由雲動教育科技开发的Chrome扩展程序,该扩展的主要功能是“ClassroomGo-行動裝置教學廣播播系統”。

扩展截图

下载ClassroomGo Teachers - Classroom Management扩展crx文件

下载ClassroomGo Teachers - Classroom Management扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ClassroomGo-teaching broadcasting system for mobile devices
1. The teacher's control terminal supports Chrome OS, Mac, and Windows systems, and the student's control terminal supports logged-in Chromebooks.
2. It can load the teacher's Google Classroom class information and the list of students attending the class, and the screen images of the online student's controlled terminal can be viewed at a glance from the teacher's main control terminal.
3. Allow the host to project the screen to the Chromebook of the controlled end, or assign the Chromebook screen of a specific controlled end and project it to the screens of the other controlled ends.
4. Allow the control terminal to block the screen of the selected controlled Chromebook, return the screen, and choose full screen or page push hyperlink.
5. Allow the control terminal to view the Chrome browser tabs opened when the controlled Chromebook is online, and block or close inappropriate tabs directly from the control terminal.
6. Allow the host to designate up to four controlled terminals to simultaneously broadcast screens to other controlled terminals.
7. Allow teachers to add websites or whitelists to be blocked for examination mode, and check students' website browsing history at any time in the classroom.
8. Allow teachers to ask questions or discuss with students one-on-one using voice or text.
9. Allow the teacher to export the student attendance status of the class on the specified date after the class is over.
10. Allow the teacher to select the students who answered more fairly through the Lucky Wheel function.
11. Allow teachers to broadcast text messages or send important messages in full screen to students' Chromebooks.
12. Allow the teacher to broadcast camera images to the students' screens.
13. Allow teachers to post questions and homework to Google Classroom and automatically open the classroom for students.
14. Allow teachers to publish test questions (true or false, multiple choice or short answer) with short photos, and also support handwriting mode of pictures to submit answers. Answers submitted by students will be automatically returned and saved to the teacher's cloud hard drive.
15. Teachers are allowed to publish rush-answer questions and push them to student vehicles. In addition, there are two modes for rush-answer questions: only the first person can answer or the whole class can answer. Students submit answers and their order will be automatically saved to the teacher's cloud hard drive
16. The video camera function of the Teaching Broadcast Treasure Box can not only record videos but also automatically save them in the teacher's cloud hard drive.
17. The paintbrush function of the Teaching Broadcast Treasure Box allows the teacher to directly write notes and frame key points for students during teaching.
18. The timer function of the teaching radio treasure box can be used for teachers to conduct time-limited teaching activities.
19. The short URL function of the Teaching Broadcast Treasure Box can also include historical records and click-through rates.
20. The remote support function of Teaching Broadcast Treasure Box, the support end can remotely view the screen of the other end without installing any plug-ins and assist in troubleshooting.
21. The teaching broadcast interface supports three languages: Chinese, English and Japanese.
22. The teaching broadcast supports the use across network segments.
23. Support AI to automatically generate question banks.                    

扩展基本信息

名称 ClassroomGo Teachers - Classroom Management ClassroomGo Teachers - Classroom Management
ID fokkbgoglgfjicalddihnfdfolnhoebb
官方URL https://chromewebstore.google.com/detail/classroomgo-teachers-clas/fokkbgoglgfjicalddihnfdfolnhoebb
简介 ClassroomGo-行動裝置教學廣播播系統
文件大小 7.77 MB
安装次数 20,000
当前版本 9.10.21
更新时间 2024-02-21
上架时间 2020-07-03
评分 3.67/5 共3次评分
开发者 雲動教育科技
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ydes.ai/solutions/classroomgo/
帮助页面URL https://hd.ydes.ai/login
隐私政策页面URL https://ydes.ai/privacy_policy
支持的语言 en,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "description": "ClassroomGo-\u884c\u52d5\u88dd\u7f6e\u6559\u5b78\u5ee3\u64ad\u64ad\u7cfb\u7d71",
    "default_locale": "zh_CN",
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/*.gtrainers.org\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "author": "GTrainers",
    "version": "9.10.21",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "homepage_url": "https:\/\/ydes.ai\/solutions\/classroomgo\/",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "recordring_content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "ClassroomGo",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/desktopCapture16.png",
        "22": "images\/desktopCapture22.png",
        "32": "images\/desktopCapture32.png",
        "48": "images\/desktopCapture48.png",
        "128": "images\/desktopCapture128.png"
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "activeTab",
        "identity",
        "identity.email",
        "notifications",
        "unlimitedStorage",
        "contextMenus",
        "downloads",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "oauth2": {
        "client_id": "46754737546-hqs88lln5ghjr2qu4suqgavhtobst2i4.apps.googleusercontent.com",
        "scopes": [
            "email",
            "https:\/\/www.googleapis.com\/auth\/classroom.courses",
            "https:\/\/www.googleapis.com\/auth\/classroom.announcements",
            "https:\/\/www.googleapis.com\/auth\/classroom.rosters",
            "https:\/\/www.googleapis.com\/auth\/classroom.profile.photos",
            "https:\/\/www.googleapis.com\/auth\/classroom.profile.emails",
            "https:\/\/www.googleapis.com\/auth\/drive",
            "https:\/\/www.googleapis.com\/auth\/classroom.coursework.students",
            "https:\/\/www.googleapis.com\/auth\/admin.directory.device.chromeos.readonly",
            "https:\/\/www.googleapis.com\/auth\/admin.directory.group.readonly"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/desktopCapture48.png",
                "images\/*",
                "css\/*",
                "timer.html",
                "pop_time.js",
                "timer_frame.js",
                "socket.io.js",
                "timer_frame.html",
                "\/recording\/rec.js",
                "\/html\/rec.html",
                "\/html\/cam_view.html",
                "shorted_urls.html",
                "img\/ico_copy.png",
                "img\/ico_history.png",
                "\/audio\/record_alert.m4a",
                "img\/ico-refresh.png",
                "\/tableLang\/tw.json",
                "\/tableLang\/ja.json",
                "\/tableLang\/en.json",
                "\/html\/rec.html",
                "\/images\/recording\/bg.png",
                "\/images\/recording\/btn_bg.png",
                "\/images\/recording\/download.png",
                "\/images\/recording\/drive.png",
                "\/images\/recording\/pause.png",
                "\/images\/recording\/record.png",
                "\/images\/recording\/sound.png",
                "\/images\/recording\/stop.png",
                "\/images\/recording\/continue.png",
                "\/images\/recording\/delete.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_page": "options.html"
}