IdeaPi: Chat Exporter for ChatGPT, Gemini & Claude Firefox

Examine source code of IdeaPi: Chat Exporter for ChatGPT, Gemini & Claude

Inspect and view changes in IdeaPi: Chat Exporter for ChatGPT, Gemini & Claude source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Chat Exporter for ChatGPT, Gemini & Claude",
  "version": "1.9.3",
  "browser_specific_settings": {
    "gecko": {
      "id": "ChatGPT_Exporter@xmsg.cc",
      "strict_min_version": "109.0"
    }
  },
  "description": "Export AI chats and sync to IdeaPi for workflow processing. Supports ChatGPT, Claude, Gemini, and more.",
  "permissions": [
    "activeTab",
    "storage",
    "identity"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/lib/marked.min.js",
        "src/utils/telemetry.js",
        "src/ext-auth-success.html",
        "src/ext-auth-success.js",
        "src/utils/jwt.js",
        "src/config.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "background": {
    "scripts": [
      "src/background/background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_popup": "src/popup/popup.html",
    "default_icon": "src/icons/icon48.png"
  },
  "options_ui": {
    "page": "src/popup/popup.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "src/icons/icon16.png",
    "32": "src/icons/icon32.png",
    "48": "src/icons/icon48.png",
    "128": "src/icons/icon128.png"
  },
  "oauth2": {
    "client_id": "373864246267-mgur2vo7qd813r69qi38v78vqe5katrc.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive.file"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*",
        "https://chat.deepseek.com/*",
        "https://www.deepseek.com/*",
        "https://deepseek.com/*",
        "https://claude.ai/*",
        "https://gemini.google.com/*"
      ],
      "js": [
        "src/content-script/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "host_permissions": [
    "https://chat.openai.com/*",
    "https://chatgpt.com/*",
    "https://chat.deepseek.com/*",
    "https://www.deepseek.com/*",
    "https://deepseek.com/*",
    "https://claude.ai/*",
    "https://gemini.google.com/*",
    "https://api.ideapi.ai/*"
  ]
}

Best IdeaPi: Chat Exporter for ChatGPT, Gemini & Claude Alternatives

Here are some Firefox add-ons that are similar to IdeaPi: Chat Exporter for ChatGPT, Gemini & Claude: