Mail_Tracker_for_webmail Firefox

Examine source code of Mail_Tracker_for_webmail

By: Baban
Inspect and view changes in Mail_Tracker_for_webmail source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Mail_Tracker_for_webmail",
  "version": "1.0",
  "description": "Tracks if emails have been opened by injecting a pixel.",
  "icons": {
    "48": "icons/icon.png"
  },
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://mail.google.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_title": "Mail Tracker"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a07c7ba1-ccfb-466c-b444-67a00d568b47}"
    }
  }
}

Best Mail_Tracker_for_webmail Alternatives

Here are some Firefox add-ons that are similar to Mail_Tracker_for_webmail: