NotebookLM Organizer ("the extension") is a Chrome extension that adds folder and tag organization to Google NotebookLM. This page explains what data the extension handles and how.
chrome.storage APIs, inside your own browser/Google account.chrome.storage.sync, so this data syncs across devices where you're signed into the same Chrome/Google account, subject to Google's own Chrome Sync behavior and encryption.chrome.storage.local so the side panel can display your notebook list without re-scanning the page every time.None of this data is transmitted anywhere by the extension itself. It never leaves the storage APIs provided by Chrome.
notebooklm.google.com.The extension requests the minimum Chrome permissions needed for its features:
storage — to save your folders, tags, and notebook organization as described above.sidePanel — to display the extension's UI as a Chrome side panel.tabs — to detect when you're on a NotebookLM tab (so the panel only appears there) and to open/navigate notebook links from the panel.https://notebooklm.google.com/* — the extension's content script only runs on NotebookLM's own domain, to add tag/folder controls to notebook cards and read notebook titles. No other website is accessed.Uninstalling the extension removes its locally cached data. Data stored via chrome.storage.sync is managed by Chrome Sync and can be cleared from your Google Account's Chrome Sync data, or by using the extension's own "Export/Import" and folder/tag deletion controls before uninstalling.
If this policy changes, the updated version will be published at this same URL with a revised "Last updated" date.
Questions about this policy can be filed as an issue on the project's GitHub repository.