Google Meet Chatbox Attendance

Google Meet Chatbox Attendance

Downloads the attendance from Google Meet chatbox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Google Meet Chatbox Attendance",
  "action": {},
  "manifest_version": 3,
  "version": "0.1",
  "description": "Downloads the attendance from Google Meet chatbox.",
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "https://meet.google.com//"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}