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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WaitTeacher Classroom एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}