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.

Was ist WaitTeacher Classroom?

WaitTeacher Classroom ist eine Chrome-Erweiterung, die von MioRobot entwickelt wurde, und ihr Hauptmerkmal ist "Don't refresh the meeting waiting for teacher more. With this extension you'll be warn with sound when the meeting will start.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

WaitTeacher Classroom-Erweiterungs-CRX-Datei herunterladen

Laden Sie WaitTeacher Classroom-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name WaitTeacher Classroom WaitTeacher Classroom
ID hlajdkebidmijabifenjdcokjmkbpbea
Offizielle URL https://chromewebstore.google.com/detail/waitteacher-classroom/hlajdkebidmijabifenjdcokjmkbpbea
Beschreibung Don't refresh the meeting waiting for teacher more. With this extension you'll be warn with sound when the meeting will start.
Dateigröße 209 KB
Installationsanzahl 69
Aktuelle Version 0.0.1
Letztes Update 2021-05-04
Veröffentlichungsdatum 2021-05-04
Entwickler MioRobot
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}