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
官方網址 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",
        ""
    ]
}