WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Email Tracker For Gmail  - MailerPlex

Email Tracker For Gmail - MailerPlex

View on Chrome Web Store
View Email Tracker For Gmail - MailerPlex Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (19 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Free email tracker for Gmail. See email tracking and link click stats in real-time
Type
Extension
Users
3,000 users
1K
mailerplex
View author page of mailerplex
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 29, 2018
Version 2.0.0.11
Manifest version
3
Updated
Updated on January 16, 2026
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Email Tracker For Gmail - MailerPlex Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email Tracker For Gmail  - MailerPlex",
    "description": "Free email tracker for Gmail. See email tracking and link click stats in real-time",
    "version": "2.0.0.11",
    "version_name": "2.0.0.11",
    "short_name": "mailerplex",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js",
                "common\/js\/lib\/underscore-min.js",
                "common\/js\/lib\/jquery-3.3.1.min.js"
            ],
            "css": [
                "common\/css\/emt.css",
                "common\/css\/scroll-toggle.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "emt-bg.js"
    },
    "permissions": [
        "scripting",
        "storage",
        "background",
        "alarms",
        "notifications",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "gcm"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "common\/images\/*",
                "common\/fonts\/*",
                "enablepopup.html",
                "common\/test.html",
                "common\/option-popup.html",
                "threadview-sidebar.html",
                "disableddropdown.html",
                "installftupopup.html",
                "*.ttf",
                "*.png",
                "pageWorld.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*.googleusercontent.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.mailerplex.com\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "action": {
        "default_icon": {
            "16": "common\/images\/emt16.png",
            "32": "common\/images\/emt32.png",
            "48": "common\/images\/emt48.png",
            "128": "common\/images\/emt128.png"
        },
        "default_title": "MailerPlex"
    },
    "icons": {
        "16": "common\/images\/emt16.png",
        "32": "common\/images\/emt32.png",
        "48": "common\/images\/emt48.png",
        "128": "common\/images\/emt128.png"
    },
    "manifest_version": 3
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top