Free Email Tracker - Gmail

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

Wat is Free Email Tracker - Gmail?

Free Email Tracker - Gmail is een Chrome-extensie ontwikkeld door https://salesgear.io, en de belangrijkste functie is "Email tracking extension for Gmail. Email tracking and URL tracking for free without any signature. Unlimited Email tracking.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Free Email Tracker - Gmail

Download Free Email Tracker - Gmail-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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]                    

Basisinformatie over de Extensie

Naam Free Email Tracker - Gmail Free Email Tracker - Gmail
ID nbmmhcmajjdfjobnmgnkbdhfpnbhpkef
Officiële URL https://chromewebstore.google.com/detail/free-email-tracker-gmail/nbmmhcmajjdfjobnmgnkbdhfpnbhpkef
Beschrijving Email tracking extension for Gmail. Email tracking and URL tracking for free without any signature. Unlimited Email tracking.
Bestandsgrootte 2.67 MB
Aantal Installaties 3,545
Huidige Versie 4.6.1
Laatst Bijgewerkt 2024-03-04
Publicatiedatum 2020-07-03
Beoordeling 4.53/5 Totaal 55 Beoordelingen
Ontwikkelaar https://salesgear.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.salesgear.io
URL van de Privacybeleid Pagina https://www.salesgear.io/privacy-policy
Ondersteunde Talen 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",
        ""
    ]
}