Inbox Mailer Firefox

Examine source code of Inbox Mailer

Inspect and view changes in Inbox Mailer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Inbox Mailer",
  "version": "1.2",
  "description": "Send Email to configured address",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "48": "icon-48.png",
      "512": "icon.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c531e4c3-9c66-4d42-89f8-7b1d884f8216}"
    }
  }
}

Best Inbox Mailer Alternatives

Here are some Firefox add-ons that are similar to Inbox Mailer: