SessionPilot is a browser tool that lets you stay logged into multiple accounts of the same website at the same time, one account per tab. The short version: everything stays on your own device / in your own browser. We do not run any server, we do not collect, transmit, sell, or share your data, and we have no access to it.
What the extension stores (and where)
To do its job, SessionPilot keeps the following locally in your browser using the standard chrome.storage and the websites' own storage:
Session definitions — names, colors, labels, and which tabs belong to which session.
Per-session cookies — captured from the sites you log into, stored only to inject them back into that session's own tabs.
Per-session site storage — localStorage, sessionStorage, and IndexedDB are namespaced per session within each website's own storage area.
Optional custom tab titles and workspace layouts.
This data lives on your computer. It is never sent to the developer or to any third-party server.
Cloud Sync (optional, off by default)
If you turn on Cloud Sync, your session definitions and cookies are stored using chrome.storage.sync, which is Chrome's own built-in sync. That data is synced through your own Google/Chrome account, between Chrome browsers you are signed into. It does not pass through any server operated by the developer, and the developer cannot access it. Cloud Sync includes login cookies, so only enable it on devices you trust. You can disable it at any time.
What we do NOT do
We do not operate any backend server or API.
We do not collect analytics, telemetry, or usage statistics.
We do not track your browsing.
We do not sell, rent, or share any data with anyone.
We do not include third-party advertising or tracking SDKs.
Permissions and why they are needed
cookies, webRequest, declarativeNetRequest, host access (<all_urls>) — to capture and inject the correct cookies per session so multiple accounts can be used at once. Header handling happens locally in your browser; nothing is sent out.
tabs, tabGroups — to assign tabs to sessions and group them visually.
storage — to save your sessions and settings locally (and via Chrome sync if you enable it).
Content scripts — to label tabs with their session name and to isolate per-session site storage.
The extension only acts on sites you actually open; it does not read or send page contents anywhere.
Your control over your data
Delete any session (which removes its stored cookies/data) from the popup or dashboard.
Export or import your data as a file from the dashboard.
Turn Cloud Sync on or off at any time.
Uninstalling the extension removes all of its locally stored data.
Donations
Donations are entirely voluntary and made directly on-chain to a cryptocurrency address shown in the extension. No personal information is requested or collected for donations.
Children
SessionPilot is a general-purpose productivity tool and is not directed at children under 13.
Changes to this policy
If this policy changes, the updated version will be published at the same URL with a new "Last updated" date.