Gmail Auto BCC Firefox

Examine source code of Gmail Auto BCC

Inspect and view changes in Gmail Auto BCC source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Gmail Auto BCC",
  "author": "Clockk.com Inc.",
  "homepage_url": "https://clockk.com/",
  "short_name": "Gmail Auto BCC",
  "description": "Automatically BCC all Gmail emails to list of addresses of your choosing.",
  "version": "1.0.7",
  "manifest_version": 2,
  "icons": {
    "48": "icons/clockk auto bcc 48.png",
    "128": "icons/clockk auto bcc 128.png"
  },
  "browser_action": {
    "default_title": "clockk-auto-bcc",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "chrome_style": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "gmail.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "gmail.js"
  ],
  "permissions": [
    "https://mail.google.com/*",
    "storage"
  ]
}

Best Gmail Auto BCC Alternatives

Here are some Firefox add-ons that are similar to Gmail Auto BCC: