Privacy Policy

Last Updated: January 2026

1. Single purpose

The extension adds a productivity sidebar to AI chat interfaces (ChatGPT, Gemini, Claude, and Perplexity) that allows users to save, organize, and export AI conversations.

Its core functionality includes:

  • Displaying a sidebar alongside supported AI chat platforms
  • Saving conversations as global favourites across platforms
  • Exporting conversations directly as PDF files
  • Providing a customizable, multi-language user interface

The extension operates only on supported AI chat pages and does not interfere with the normal operation of those services.

2. Permission justification

Storage

Why it is needed:

Used to store user preferences and extension state locally, including:

  • Sidebar open/closed state
  • Theme selection (light or dark)
  • Global favourites metadata
  • License / tier status

This ensures preferences persist between browser sessions.

Data handling: All data is stored locally using Chrome's storage APIs. No data is sold or shared.

Downloads

Why it is needed:

Required to allow users to download AI conversations as PDF files when they explicitly use the export feature.

Downloads are only triggered by direct user action.

ActiveTab

Why it is needed:

Used to detect whether the currently active tab is a supported AI chat page when the user interacts with the extension, ensuring the sidebar only attempts to load on relevant pages.

The extension does not access or modify unrelated websites.

3. Host permission justification

The extension requests host permissions for the following domains:

  • chatgpt.com
  • gemini.google.com
  • claude.ai
  • perplexity.ai

Why access is required:

These permissions allow the extension to:

  • Inject the sidebar interface into supported AI chat pages
  • Read visible conversation content for saving, favourites, and export
  • Enable PDF export functionality

The extension does not track browsing activity and does not run on any other websites.

4. Data usage and privacy

  • All conversation data is processed locally in the user's browser
  • No conversations are transmitted to external servers
  • No analytics, advertising, or tracking scripts are used
  • No personal data is collected, sold, or shared

5. Remote code usage

The extension does not use remote code execution.

  • All scripts are bundled with the extension package and executed locally.
  • No external JavaScript code is dynamically loaded at runtime.