Email Report Organizer Firefox

Examine source code of Email Report Organizer

Inspect and view changes in Email Report Organizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Email Report Organizer",
  "version": "1.3",
  "description": "Automatically organizes and summarizes your email reports into easy-to-read formats.",
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "downloads",
    "https://mail.google.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icons/logo_64.png",
    "default_popup": "popup.html",
    "default_title": "Email Report Organizer"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "styles.css"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c217ffa5-e17c-464d-b480-c033f2153228}"
    }
  }
}

Best Email Report Organizer Alternatives

Here are some Firefox add-ons that are similar to Email Report Organizer: