WaitTeacher Classroom

Don't refresh the meeting waiting for teacher more. With this extension you'll be warn with sound when the meeting will start.

WaitTeacher Classroom là gì?

WaitTeacher Classroom là một tiện ích mở rộng Chrome được phát triển bởi MioRobot, và tính năng chính của nó là "Don't refresh the meeting waiting for teacher more. With this extension you'll be warn with sound when the meeting will start.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WaitTeacher Classroom

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

                        If you use Google Classroom for the video lessons of school, you have sure met this problem: when the teacher start the meet in late, you see the error: “you can't create a meeting yourself” and you have to refresh costantly the page of Google Meet waiting for the starting of the lesson. WaitTeacher was create for resolve this problem! When you will wait for the start of a Classroom lesson on Google Meet, the extension will refresh automatically and constantly the webpage, and will warn you with a sound when the video lesson will be started, so that you can do anything, without worring of checking if the meet has started. This extension works only with google meet links on Google Classroom and with accounts that can’t create meetings (the accounts that see the errore: “you can’t create a meeting yourself” when they try to join for a meet opened not yet).                    

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

Tên WaitTeacher Classroom WaitTeacher Classroom
ID hlajdkebidmijabifenjdcokjmkbpbea
URL Chính Thức https://chromewebstore.google.com/detail/waitteacher-classroom/hlajdkebidmijabifenjdcokjmkbpbea
Mô tả Don't refresh the meeting waiting for teacher more. With this extension you'll be warn with sound when the meeting will start.
Kích Thước Tệp 209 KB
Số Lần Cài Đặt 69
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-05-04
Ngày Phát Hành 2021-05-04
Nhà Phát Triển MioRobot
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WaitTeacher Classroom",
    "description": "__MSG_extDescription__",
    "version": "0.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "https:\/\/meet.google.com\/*"
    ]
}