Last updated: 2026-08-14
The extension records attendance in the Google Meet calls you take part in. What it stores:
All of it is written to chrome.storage.local on your own device. Nothing is sent to us.
There is no server behind this extension and no account to create.
Off until you turn it on. If you connect a Google account and enable sync, finished meetings, including
the names and e-mail addresses listed above, are written to a spreadsheet you own. The extension requests
the spreadsheets OAuth scope only, reads no other Google data, and the access token is issued
and held by Chrome.
| Permission | Reason |
|---|---|
storage | Store attendance records and settings locally on your device |
unlimitedStorage | Keep a few hundred meetings on your device without running into the size limit an extension is otherwise held to. It grants no access to anything beyond this extension's own local storage |
host_permissions (meet.google.com) | Run the content script on Google Meet pages and communicate with that tab to detect participants |
identity | Google OAuth2 authentication for optional Sheets sync to your own spreadsheet |
scripting | Put the content script back into a Google Meet tab that is already open, so a call in progress keeps being tracked after the extension is updated, reloaded or switched back on. It is only ever used on Google Meet pages |
Questions about this policy? Open an issue at GitHub Issues.