WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Email Tracker

Email Tracker

View on Chrome Web Store
View Email Tracker Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (569 ratings)
1 new ratings
1 views
This extension has been viewed 1 times

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

Free Email Tracker for Gmail
Type
Extension
Users
4,000 users
1K
Website emailtracker.cc
Email Tracker
View author page of Email Tracker
Published
Published on March 25, 2024
Version 2025.3.16
Manifest version
3
Updated
Updated on March 20, 2025
productivity/communication
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Email Tracker 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",
    "description": "Free Email Tracker for Gmail",
    "version": "2025.3.16",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "css\/style.css",
                "css\/modal.css",
                "css\/modalCompare.css",
                "css\/modalEmailInfo.css",
                "css\/modalInsertLink.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/api.emailtracker.cc\/*"
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "*.map",
                "css\/style.css",
                "css\/modal.css",
                "css\/modalCompare.css",
                "css\/modalEmailInfo.css",
                "css\/modalInsertLink.css",
                "html\/modal_email_info.html",
                "html\/modal_enable.html",
                "html\/modal_onboarding.html",
                "html\/modal_onboarding_2.html",
                "html\/modal_onboarding_3.html",
                "html\/modal_onboarding_4.html",
                "html\/menu_toolbar.html",
                "html\/menu_toolbar_disabled.html",
                "html\/modal_upgrade.html",
                "html\/modal_compare.html",
                "html\/modal_free_invisible.html",
                "html\/modal_insert_link.html",
                "html\/menu_compose.html",
                "fonts\/generalsans-bold-webfont.woff2",
                "fonts\/generalsans-bold-webfont.woff",
                "fonts\/generalsans-medium-webfont.woff",
                "fonts\/generalsans-medium-webfont.woff2",
                "fonts\/generalsans-regular-webfont.woff",
                "fonts\/generalsans-regular-webfont.woff2",
                "images\/new_background.svg"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/email_16.png",
        "48": "images\/email_48.png",
        "128": "images\/email_128.png"
    }
}
© 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