Email Marketing Integration Firefox

Examine source code of Email Marketing Integration

Inspect and view changes in Email Marketing Integration source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Email Marketing Integration",
  "version": "1.3",
  "description": "Capture emails from webpages and send them to your marketing platform.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{236ba1f7-87ae-484e-a5de-dba81b59390d}"
    }
  }
}

Best Email Marketing Integration Alternatives

Here are some Firefox add-ons that are similar to Email Marketing Integration: