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란 무엇입니까?

WaitTeacher Classroom은(는) MioRobot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Don't refresh the meeting waiting for teacher more. With this extension you'll be warn with sound when the meeting will start."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

WaitTeacher Classroom 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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).                    

확장 프로그램 기본 정보

이름 WaitTeacher Classroom WaitTeacher Classroom
ID hlajdkebidmijabifenjdcokjmkbpbea
공식 URL https://chromewebstore.google.com/detail/waitteacher-classroom/hlajdkebidmijabifenjdcokjmkbpbea
설명 Don't refresh the meeting waiting for teacher more. With this extension you'll be warn with sound when the meeting will start.
파일 크기 209 KB
설치 횟수 69
현재 버전 0.0.1
최근 업데이트 2021-05-04
출시 날짜 2021-05-04
개발자 MioRobot
이메일 [email protected]
결제 유형 free
지원되는 언어 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\/*"
    ]
}