AI Doc Suite Firefox

Examine source code of AI Doc Suite

Inspect and view changes in AI Doc Suite source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AI Doc Suite — Quick Launch",
  "short_name": "AI Doc Suite",
  "version": "1.0.7",
  "description": "Quick-launch AI Doc Suite from the toolbar or context menu. Send selected text, pages, or URLs instantly.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_title": "AI Doc Suite",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/inject-quick-action.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-doc-suite@aidocsuite.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best AI Doc Suite Alternatives

Here are some Firefox add-ons that are similar to AI Doc Suite: