Free Email Tracker - Gmail

Free Email Tracker - Gmail

Email tracking extension for Gmail. Email tracking and URL tracking for free without any signature. Unlimited Email tracking.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "4.6.2",
  "name": "Free Email Tracker - Gmail",
  "short_name": "Mail Tracker",
  "description": "Email tracking extension for Gmail. Email tracking and URL tracking for free without any signature. Unlimited Email tracking.",
  "icons": {
    "16": "images/Logo/logo16.png",
    "32": "images/Logo/logo32.png",
    "64": "images/Logo/logo64.png",
    "128": "images/Logo/logo128.png"
  },
  "browser_action": {
    "default_icon": "images/Logo/logo64.png",
    "default_title": "Email tracker extension for Gmail - Salesgear"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "https://*.force.com/lightning/*",
        "https://*.pipedrive.com/*",
        "https://crm.zoho.in/*",
        "https://crm.zoho.com/*",
        "https://crmsandbox.zoho.com/*",
        "*://*.hubspot.com/*",
        "*://*.salesforce.com/*",
        "*://crmplus.zoho.com/*",
        "*://crmplus.zoho.in/*"
      ],
      "js": [
        "crm-main-bundle.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "gmail-main-bundle.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://www.linkedin.com/*",
        "https://linkedin.com/*"
      ],
      "js": [
        "linkedin-main-bundle.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://app.salesgear.io/*"
      ],
      "js": [
        "web-content-main-bundle.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "live-feed-setting-main-bundle.js"
      ],
      "run_at": "document_end",
      "exclude_matches": [
        "https://mail.google.com/*"
      ]
    }
  ],
  "homepage_url": "https://www.salesgear.io/",
  "web_accessible_resources": [
    "images/*.png"
  ],
  "background": {
    "scripts": [
      "background-bundle.js"
    ]
  },
  "permissions": [
    "https://mail.google.com/*",
    "https://*.force.com",
    "https://*.pipedrive.com",
    "*://*.zoho.in/*",
    "*://*.salesforce.com/*",
    "*://*.zoho.com/*",
    "*://*.hubspot.com/*",
    "*://*.salesgear.io/*",
    "*://*.googleusercontent.com/proxy/*",
    "gcm",
    "tabs",
    "notifications",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ]
}