Last updated: April 22, 2026
drive.appdata) that cannot access your other Drive files.
Quick Notes handles the following data only on your local device, never on a remote server owned by the developer:
Storage is in Chrome's sandboxed chrome.storage.local API, local to your browser profile.
If you explicitly enable Drive sync in the options page:
https://www.googleapis.com/auth/drive.appdata scope only. This scope allows reading and writing files in a hidden per-app folder (the "appDataFolder") in your Google Drive.drive.appdata scope is specifically sandboxed.No other Google APIs or services are contacted.
Quick Notes uses exactly one optional third-party service:
No other third parties are involved.
| Permission | Why |
|---|---|
storage | Save notes and settings in chrome.storage.local. |
scripting | Inject the floating panel into the active tab on user command. |
clipboardRead | The Paste button reads the clipboard — only when you click it. |
contextMenus | Right-click menu entries for sending selected text / URLs to notes. |
identity | Google sign-in (only if you enable Drive sync). |
alarms | Schedule periodic auto-sync to Drive (only if enabled). |
<all_urls> | So the floating panel can appear on any page. No page content is read unless you click Insert URL or Insert Selection. |
At any time, export all your local data as a JSON file via the options page's Backup & Restore section. This file is saved via your browser's normal download flow — the extension does not upload it anywhere.
Options page → Storage → "Reset everything." Or uninstall the extension.
Options → Google Drive sync → Sign out. Then visit myaccount.google.com/permissions, find Quick Notes, and revoke access.
Quick Notes is not directed at children under 13.
If this policy changes, the new version will be committed to the public repository at github.com/quicknotes/quick-notes/blob/main/PRIVACY.md with a new "Last updated" date, and this page will be updated accordingly.
Open an issue at github.com/quicknotes/quick-notes/issues.