Meeting Cost Timer ("the extension") is a Chrome browser extension that displays a real-time monetary cost overlay during Google Meet and Zoom Web Client video meetings.
The extension stores the following data locally on your device using chrome.storage:
chrome.storage.sync): hourly rate, currency, locale, widget enabled flag.chrome.storage.local): x/y coordinates of the floating widget.chrome.storage.local): up to the 10 most recent meetings — start/end timestamps, duration in seconds, participant count, hourly rate snapshot, currency, computed cost, optional user-typed note. Platform identifier (meet or zoom).storage: required to persist settings, widget position, and history locally.meet.google.com and .zoom.us/wc/*: required to inject the widget into the meeting page.You can clear all stored data at any time:
chrome://extensions — Chrome will delete all chrome.storage data on uninstall.