Sync Simple TODO List · Last updated 18 August 2026
There is no backend. The developer operates no server, receives no data, and has no way to see your list. The extension runs entirely in your browser and communicates only with Google's own APIs, using your own Google account.
Sync Simple TODO List is a Firefox extension that keeps a TODO list and, if you choose to connect Google Drive, syncs it between your own devices using your own Google account.
In the browser's extension storage:
Only if you connect it:
todo.json) containing your TODO items, stored in
appDataFolder — a hidden, per-application folder in your own Drive account. It
does not appear in your normal Drive interface and is not visible to other applications.
The extension requests exactly one Google permission: the drive.appdata scope.
This is the narrowest Drive scope Google offers. It grants access only to the
hidden application folder described above, which the extension creates for itself.
It cannot read, list, modify, or delete any other file in your Google Drive. It has no access to your other Google data — no Gmail, no Contacts, no Calendar, no profile information beyond what is needed to complete the sign-in.
The extension also has permission to contact googleapis.com and
oauth2.googleapis.com, which is what makes those Drive and sign-in calls
possible. It does not access any web page you visit; it has no content scripts and cannot read
the pages you browse.
This extension is not directed at children and collects no personal information from anyone.
Any change will be published on this page, with the date at the top updated.
Questions about this policy or the extension can be sent to matiaswdeveloper@gmail.com.
← Back to Sync Simple TODO List