WaitTeacher Classroom

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.

Merlin
Additional files are visible only to premium users

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/*"
  ]
}