Free Email Tracker - Gmail

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

What is Free Email Tracker - Gmail?

Free Email Tracker - Gmail is a Chrome extension developed by https://salesgear.io, and its main feature is "Email tracking extension for Gmail. Email tracking and URL tracking for free without any signature. Unlimited Email tracking.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Free Email Tracker - Gmail Extension CRX File

Download Free Email Tracker - Gmail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This free email tracker extension by Salesgear is totally free of cost with unlimited email tracking ability that tracks all emails sent from Gmail for free, and it doesn't add any signature/watermark.

Coupled with the free mail tracking for Gmail, you also get real-time tracking push notifications directly on the browser - which helps you to be on top of your prospects interactions like opens or clicks. This is perfect for teams who want the convenience of tracking their emails without any 3rd party hassles. 

This extension also provides anytime, anywhere access to all your tracked emails. Just click on the Salesgear icon on the browser, it opens up a slider from the right showing you the list of tracked emails and their tracking insights. You can also jump directly to the email thread on Gmail by clicking the open in Gmail button.

This extension is more than just a free mail tracker. Here is a list of things that the extension can help you with,

- Premium email tracker forever free  - Unlimited tracking, no watermark or branding signature
- Free email click tracking
- Free custom URL tracking (set up your own email tracking domain to improve your email deliverability rates)
- Real time email tracking for both open and URL click tracking
- Know all your email tracking insights from any website just by clicking on the Salesgear extension icon
- Email tracking insights integrated directly into the Gmail email thread.
- Templates: save time by allowing users to create and save multiple email templates.
- Create multi stage email follow-ups for your prospects.
- Log all your prospect communication into Salesforce.
- Invite and collaborate up-to 5 team members
- Works for both G-suite and personal Gmail accounts

Free Email Tracker-Gmail is a great alternative to Mailtrack (mailtrack.io), Unlimited Email Tracker (snov.io), MailTag, MailTracker (Hunter.io) and Email Tracker (email tracker.website).  Try it out for yourself and let us know your thoughts. 

Having multiple email tracker extensions installed along with this extension may cause some issues with your email tracking, so please make sure to have other tracker extensions disabled while using this extension to get the best results.

Questions on our free email tracking software? Drop us a line at [email protected]                    

Extension Basic Information

Name Free Email Tracker - Gmail Free Email Tracker - Gmail
ID nbmmhcmajjdfjobnmgnkbdhfpnbhpkef
Official URL https://chromewebstore.google.com/detail/free-email-tracker-gmail/nbmmhcmajjdfjobnmgnkbdhfpnbhpkef
Description Email tracking extension for Gmail. Email tracking and URL tracking for free without any signature. Unlimited Email tracking.
File Size 2.67 MB
Installation Count 3,545
Current Version 4.6.1
Last Updated 2024-03-04
Publish Date 2020-07-03
Rating 4.53/5 Total 55 Ratings
Developer https://salesgear.io
Email [email protected]
Payment Type free
Extension Website https://www.salesgear.io
Privacy Policy Page URL https://www.salesgear.io/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "4.6.1",
    "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": {
        "128": "images\/Logo\/logo128.png",
        "64": "images\/Logo\/logo64.png",
        "32": "images\/Logo\/logo32.png",
        "16": "images\/Logo\/logo16.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": [
                ""
            ],
            "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",
        ""
    ]
}