ChatGPT for Gmail Firefox

Examine source code of ChatGPT for Gmail

By: Dolevf Add-on
Inspect and view changes in ChatGPT for Gmail source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "name": "ChatGPT for Gmail",
  "description": "Display ChatGPT response as a suggestion to complete emails",
  "version": "1.0.6",
  "manifest_version": 2,
  "icons": {
    "16": "logo.png",
    "32": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "permissions": [
    "storage",
    "https://mail.google.com/*",
    "https://*.openai.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "css": [
        "content-script.css"
      ],
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{23952b89-c9b6-455c-8ab7-207aa0fd21a4}"
    }
  }
}

Best ChatGPT for Gmail Alternatives

Here are some Firefox add-ons that are similar to ChatGPT for Gmail: