Effective date: August 7, 2026 Extension: Slate: Daily Task List (Chrome Web Store) Publisher: Farhad Abtahi
Slate stores the tasks you type inside the extension. That is the only data involved. Each task record contains:
Slate also stores two small preferences: your chosen theme (light / dark) and whether the “Completed” section is expanded.
All of the above is written to chrome.storage.local. That storage lives on
your computer, inside your Chrome profile. Nothing is sent to any server.
There is no account. There is no sync. There is no telemetry, analytics,
crash reporting, or advertising ID.
If you sign out of Chrome, uninstall the extension, or use Chrome’s “Clear browsing data” for extensions, the data is deleted from your device.
chrome.storage.sync. Data does not travel to Google
servers via Chrome Sync.storage: required to keep your task list on your device between
browser sessions.That is the only permission requested.
If a future version of Slate changes how data is handled, this policy will be updated before that version ships, and the change will be described in the extension’s Chrome Web Store release notes.
Questions or requests: farhadabtahi91@gmail.com