Email Tracking for Sales and Small Business

Email Tracking for Sales and Small Business

EMAIL TRACKING WITHOUT COMPROMISES Email Tracking for Sales and Small Business is a free email tracking extension for Gmail that…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.1.5.0",
  "manifest_version": 3,
  "name": "Email Tracking for Sales and Small Business",
  "options_page": "options.html",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "logo_tiny.png"
  },
  "icons": {
    "128": "logo_128_128_with_border.png"
  },
  "host_permissions": [
    "https://*.amazonaws.com/prod/*",
    "https://*.serviceapi.link/*"
  ],
  "declarative_net_request": {
    "rule_resources": []
  },
  "permissions": [
    "declarativeNetRequest",
    "identity",
    "identity.email",
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://mail.google.com/*",
        "https://mail.google.com/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "logo_128_128_with_border.png",
        "logo_tiny.png",
        "error-grey.svg",
        "link-grey.svg",
        "link-black.svg",
        "accesstime-grey.svg",
        "envelope-grey.svg",
        "envelope-black-checked.svg",
        "notinterested-grey.svg"
      ],
      "matches": [
        "http://mail.google.com/*",
        "https://mail.google.com/*"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqJZ4yf3gl4+kaEj6wifpXY890yYHKdzTh9a8CgUjgdeghp6P04WCmtoq0V39+onnkas8G/J5KAmKG0U+vaunlTXNhaaGU3I4vMXsBuAWgPbg5695ZXgGBENiWg2Nju9d9F4Rhxv0JjqoXhfjrKLDrLXQ0wlDgMWPDl5dasiKU3xiCA3vbwrluUbGJcikMTl9sW/cpQDx7rxbR+40rL9VkTieiRwzEa4WTZl6i2F1gA+FiTw5LrdSCWYddNjhY9z0gnjiZaU1whpvrh8pdMrxw7xaatfiiasRtkmMJ2qcckN1PlVaGBo0GyGoxFjx4OpfUC7zgkljDn4HmJX0Czq0DwIDAQAB"
}