Email Response Time Tracker Firefox

Examine source code of Email Response Time Tracker

By: Hitclub Add-on
Inspect and view changes in Email Response Time Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Email Response Time Tracker",
  "version": "1.0",
  "description": "Tiện ích theo dõi thời gian trả lời email.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "icons": {
    "48": "icons/icon.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Track Email Response Time"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*",
        "https://outlook.live.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ebff65c2-9bea-40c5-a60b-acc13fd39246}"
    }
  }
}

Best Email Response Time Tracker Alternatives

Here are some Firefox add-ons that are similar to Email Response Time Tracker: