Last updated: 2026-07-26
Notion Tidy is a Chrome extension that lets you batch-clean Notion database page titles directly from your browser. This document explains what data the extension touches, where it goes, and what it does not do.
https://api.notion.com).chrome.storage.local on your own
device. It is never transmitted to us, logged, or included in analytics — because there is
no analytics, and no "us" receiving anything.| Data | Why | Where it lives |
|---|---|---|
| Notion API key (Internal Integration Token) | To authenticate requests to the Notion API on your behalf | chrome.storage.local, on your device only |
| Current tab's URL | To detect which Notion database you're viewing, so the popup knows what to load | Read in memory when you open the popup; never stored |
| Notion page titles and IDs | To show you a list of pages and let you preview/apply title changes | Fetched live from Notion each time; kept in memory only while the popup is open |
The extension does not access your browsing history, other tabs, cookies, or any data outside of the single active tab at the moment you click the extension icon.
GET /v1/users/me endpoint and, if valid, saved to chrome.storage.local.Authorization headers sent directly to
https://api.notion.com over HTTPS.storage — to save your Notion API key locally so you don't have to re-enter it
every time.activeTab — to read the URL of the tab you're on only at the moment you click the
extension icon, so the popup can detect which Notion database to work with. This does not
grant access to your browsing history or other open tabs.https://api.notion.com/* — to call the Notion API directly. No
other domain is contacted.chrome.storage.local until you either remove it yourself or
uninstall the extension, at which point Chrome deletes all of the extension's local
storage automatically.