Free Email Tracker - Gmail

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

什么是Free Email Tracker - Gmail?

Free Email Tracker - Gmail是由https://salesgear.io开发的Chrome扩展程序,该扩展的主要功能是“Email tracking extension for Gmail. Email tracking and URL tracking for free without any signature. Unlimited Email tracking.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Free Email Tracker - Gmail扩展crx文件

下载Free Email Tracker - Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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]                    

扩展基本信息

名称 Free Email Tracker - Gmail Free Email Tracker - Gmail
ID nbmmhcmajjdfjobnmgnkbdhfpnbhpkef
官方URL https://chromewebstore.google.com/detail/free-email-tracker-gmail/nbmmhcmajjdfjobnmgnkbdhfpnbhpkef
简介 Email tracking extension for Gmail. Email tracking and URL tracking for free without any signature. Unlimited Email tracking.
文件大小 2.67 MB
安装次数 3,545
当前版本 4.6.1
更新时间 2024-03-04
上架时间 2020-07-03
评分 4.53/5 共55次评分
开发者 https://salesgear.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.salesgear.io
隐私政策页面URL https://www.salesgear.io/privacy-policy
支持的语言 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",
        ""
    ]
}