Google Meet Attendance Tracker (new)

Google Meet Attendance Tracker (new)

Attendance sheet from a Google Meet meeting.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Google Meet Attendance Tracker (new)",
  "version": "1.0.0",
  "description": "Attendance sheet from a Google Meet meeting.",
  "action": {
    "default_title": "Google Meet Attendance Tracker",
    "default_popup": "popup.html"
  },
  "icons": {
    "32": "icons/32.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "tabs",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "*://meet.google.com/*"
  ]
}