Privacy
Time Tracker is a time tracker and invoicing tool. This page says what the app collects, why, and what you control.
What the app collects
- Email and display name — from your Google account when you sign in, or from the address you type for a magic link. Used to identify your account and nothing else.
- What you create in the app — projects, time entries, invoices, settings. This is your work.
The app does not run ads, embed third-party trackers, sell data, or read any mail or file in your Google account. The Google sign-in scope is only email and profile.
Where the data lives
Everything is written to your browser first (localStorage) so the app works offline, then synced to a Supabase database under your account. Access is enforced in the database itself with row level security: an account can only read and write its own rows.
What you control
- Download — from Settings, export everything as JSON or CSV, whenever you want.
- Erase — the "Erase all data" button in Settings clears your content from this device and from the cloud.
- Delete the account — email hello@timetracker.io.vn and the account and all its data are removed.
The Chrome extension
The quick-tap browser extension does not create a separate account. A content script on app.timetracker.io.vn reads the session the app already stored and uses that same session — there is no separate sign-in screen, and nothing is collected beyond what the section above already covers.
- storage — holds the session and a local copy of recent data, so opening the popup shows something immediately.
- alarms — runs the Pomodoro clock and refreshes data periodically, even while the popup is closed.
- notifications — alerts when a Pomodoro session ends.
- Access to app.timetracker.io.vn — used only to read the session above and to open or focus the app tab when you click "open app". No other site is touched.
Removing the extension deletes nothing from your account — your data stays exactly where it is in the app, since the extension never held a separate copy of anything beyond the local cache above.
Cookie
The only thing stored is your sign-in session, so you do not have to log in each time. No advertising cookies, no behavioural tracking.
Contact
Questions about your data: email hello@timetracker.io.vn.