WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
MailTracker: Email tracker for Gmail

MailTracker: Email tracker for Gmail

View on Chrome Web Store
View MailTracker: Email tracker for Gmail Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (4,703 ratings)
3 new ratings
2 views
This extension has been viewed 2 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.

Track if your emails are opened & how many times. Be notified when your emails are read with our advanced Email Tracking extension.
Type
Extension
Users
100,000 users
MailTracker
View author page of MailTracker
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 30, 2016
Version 2.3.29
Manifest version
3
Updated
Updated on May 30, 2025
productivity/communication
Extension Category
Website
Visit developer website
View on Chrome Web Store
View MailTracker: Email tracker for Gmail 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",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "2.3.29",
    "default_locale": "en",
    "homepage_url": "https:\/\/app.getmailtracker.com",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon48.png",
        "default_popup": "src\/pages\/popup\/index.html",
        "default_title": "MailTracker"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/inbox.google.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/mailtracker.hunter.io\/messages"
            ],
            "js": [
                "jquery.min.js",
                "src\/pages\/content\/index.js",
                "webcomponents-bundle.js"
            ],
            "css": [
                "assets\/css\/Style.chunk.css",
                "style.css"
            ]
        }
    ],
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "scripting"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ],
        "capabilities": [
            "dynamicRuleset"
        ]
    },
    "optional_permissions": [
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/mail.google.com\/",
        "*:\/\/mailtracker.hunter.io\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*",
                "assets\/css\/*",
                "icon_gift.png",
                "icon_app_diamond.png",
                "icon_app_activities_free.png",
                "icon_app_activities_paying.png",
                "icon_app_activities_on.png",
                "icon_app_activities_off.png",
                "icon_app_settings_offline.png",
                "icon16.png",
                "icon128.png",
                "icon48.png",
                "mailtracker_icon_error.png",
                "mailtracker_thread_not_tracked_black.png",
                "mailtracker_thread_tracked.png",
                "mailtracker_thread_opened.png",
                "mailtracker_thread_opened_new.png",
                "mailtracker_thread_overflow.png",
                "mailtracker_thread_not_tracked_grey.png",
                "mailtracker_icon_grey-1.png",
                "mailtracker_thread_not_tracked_eyed.png",
                "mailtracker_icon.png",
                "mailtracker_icon_off.png",
                "sign_mailtracker.gif",
                "compose_app_overflow.png",
                "compose_microphone_error.png",
                "compose_webcam_error.png",
                "compose_follow_up_error.png",
                "compose_microphone_on.png",
                "compose_webcam_on.png",
                "compose_microphone_off.png",
                "compose_webcam_off.png",
                "compose_follow_up_off.png",
                "compose_follow_up_on.png",
                "pageWorld.js",
                "pageWorld.js.map",
                "webcomponents-bundle.js",
                "countries.json"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 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