TabTabTab: The AI Agent for Google Sheets Firefox

Examine source code of TabTabTab: The AI Agent for Google Sheets

Inspect and view changes in TabTabTab: The AI Agent for Google Sheets source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "TabTabTab: The AI Agent for Google Sheets",
  "version": "1.13.13",
  "description": "Skip manual work—AI in Google Sheets grabs web data, cleans tables, and builds financial models.",
  "permissions": [
    "storage",
    "identity",
    "tabs"
  ],
  "optional_permissions": [
    "scripting"
  ],
  "host_permissions": [
    "https://www.googleapis.com/*",
    "https://oauth2.googleapis.com/*",
    "https://docs.google.com/*",
    "https://sheets.tabtabtab.ai/*"
  ],
  "optional_host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://docs.google.com/spreadsheets/*"
      ],
      "js": [
        "config.js",
        "markdown_renderer.js",
        "llm_client.js",
        "chat_history_storage.js",
        "chat_history_service.js",
        "managers/chat_history_dropdown_controller.js",
        "agent_processor.js",
        "sheets_ui.js"
      ],
      "css": [
        "sheets_ui.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "config.js",
        "auth.js",
        "markdown_renderer.js",
        "llm_client.js",
        "chat_history_storage.js",
        "chat_history_service.js",
        "managers/chat_history_dropdown_controller.js",
        "agent_processor.js",
        "managers/settings_manager.js",
        "managers/range-input-filtered.css",
        "utils/error_handler.js",
        "onboarding.html",
        "onboarding.js",
        "assets/tabtabtab-drive-access-compressed.png"
      ],
      "matches": [
        "https://docs.google.com/*"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "TabTabTab",
    "default_icon": {
      "16": "icons/icon_16x16.png",
      "32": "icons/icon_32x32.png",
      "128": "icons/icon_128x128.png",
      "256": "icons/icon_256x256.png"
    }
  },
  "icons": {
    "16": "icons/icon_16x16.png",
    "32": "icons/icon_32x32.png",
    "128": "icons/icon_128x128.png",
    "256": "icons/icon_256x256.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8f2e9c45-6b3a-4d1e-a9f8-7c4b5e2d8a1f}",
      "strict_min_version": "109.0"
    }
  }
}

Best TabTabTab: The AI Agent for Google Sheets Alternatives

Here are some Firefox add-ons that are similar to TabTabTab: The AI Agent for Google Sheets: