Last updated: 2026-03-22
Tabmit ("the extension") is a browser extension that submits the content of the current browser tab by e-mail or to a Notion database or a TabMitTag server of your choice.
| Data | Purpose | Stored where |
|---|---|---|
| Page title, URL, visible text, and HTML of the current browser tab | Composing the e-mail or page body you are sending | Processed locally in your browser only. Never sent to the extension developer. Forwarded only to the destination you choose (your mail client, Notion, or your own TabMitTag server). |
| Profile configuration (recipient e-mail addresses, Notion database IDs, TabMitTag server URL, body-format preferences) | Remembering how you want to submit pages |
chrome.storage.sync — stored in your Google account and
synced across your devices by Google.
|
Notion Internal Integration Token (ntn_…) |
Authenticating with the Notion API on your behalf | chrome.storage.sync (see above) |
| TabMitTag credentials (username and password) | Re-authenticating with your self-hosted TabMitTag server | chrome.storage.sync (see above) |
api.notion.com) using the token you provide.
| Permission | Why it is needed |
|---|---|
activeTab / scripting |
Read the title, URL, and content of the tab you explicitly choose to submit by clicking the toolbar button or selecting a profile from the right-click menu. |
storage |
Save your profiles and credentials locally via Chrome sync storage. |
contextMenus |
Add the "TabMit" entry to the browser right-click menu so you can choose a profile without opening the toolbar popup. |
clipboardWrite |
Write the self-contained HTML version of a page to the OS clipboard when the "Clipboard" body format is selected. Only activated when you invoke a clipboard-format profile. |
notifications |
Show a prompt reminding you to paste clipboard content into the email body after the HTML has been copied. |
bookmarks |
Access your bookmark folders when the Bookmark-folder dispatch feature is configured in a profile. |
<all_urls> host permission |
Inject a content script into any page the user chooses to submit. This
is required by the Chrome scripting API. The extension
only reads the page you actively invoke it on; it does not monitor
browsing activity in the background.
|
https://api.notion.com/ |
Send page content to Notion when a Notion profile is used. |
All configuration data is stored in chrome.storage.sync under
your Google account. You can delete it at any time by:
Page content forwarded to Notion or a TabMitTag server is governed by the privacy policies of those services, not this one.
If this policy changes materially, the "Last updated" date at the top of this page will be updated. Continued use of the extension after a policy update constitutes acceptance of the revised policy.
Questions or concerns: github.com/tomtom/tabmit/issues