MailTracker: Email tracker for Gmail

Track if your emails are opened & how many times. Be notified when your emails are read.

MailTracker: Email tracker for Gmail là gì?

MailTracker: Email tracker for Gmail là một tiện ích mở rộng Chrome được phát triển bởi https://getmailtracker.com, và tính năng chính của nó là "Track if your emails are opened & how many times. Be notified when your emails are read.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MailTracker: Email tracker for Gmail

Tải xuống các tệp mở rộng MailTracker: Email tracker for Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        MailTracker enables you to track the emails you send using Gmail and notifies you when they are opened. With MailTracker, you can receive real-time alerts whenever your emails are opened.

MailTracker is a free email tracking service for Gmail with over 100,000 active users. We also offer Premium versions and Premium packs for enhanced email analytics and tracking capabilities.

★ Advanced email tracking extension Chrome.

MailTracker is the most advanced email tracker on the Chrome store. We offer a precise tracking mechanism to determine the exact number of times an email has been opened. Additionally, we provide the ability to calculate the time it takes for an email to be opened for the first time.

★ Email alerts & Chrome notifications 

Receive instant email or Chrome notifications when someone opens your email for the first time. Additionally, take advantage of our "no open" notification feature, which alerts you if your email remains unopened for 48 hours after being sent. 

★ Follow-up reminders

Never forget to follow up on an important email. Set up a follow-up reminder for the date of your choice to receive an email alert on the selected date.

★ Link click tracking

Track whether a link in your email was clicked. Get alerted when your recipient clicks on your link, and find out the location of the click.

★ Email activity feed

The Email Activity Feed is a centralized space where you can view all your recently opened emails. Rather than organizing your emails by sent items, this feed allows you to easily access and review your most recent email interactions with just one click. The true power of this feed lies in its "Not Opened" tab, where you can see all your tracked emails that have not been opened yet. 

★ Full integrated to Gmail, MailTracker appears in 3 different places in your account:

- In the composition window, to activate the tracking or not when you compose a new email
- In the list of threads with MailTracker icons to let you see which emails have been read or not.
- In the conversation with the complete history of the openings and the details.

★ Privacy-friendly email tracking platform

- We don't read your emails
- We don't know who your recipients are
- We don’t store IP addresses
- We don't share your data with third parties
- We don’t manage or delete your emails

★ Free plan with 20 emails tracked

MailTacker have a 100% free version of our email tracker (forever). The free plan include unlimited tracking history, alerts and notifications. And 20 emails tracked per month.

★ Premium versions & Premium packs

All our Premium plans offer the same comprehensive set of features. When you upgrade to Premium, you unlock unlimited access to all features without any limitations. The only distinction between our plans is the number of accounts you can manage under each plan. At MailTracker, we believe in simplicity and strive to make everything straightforward for you. 

★ Doesn't read or store your emails

To work, MailTracker only needs to store identification numbers for the tracked emails. Unlike many other tools, MailTracker doesn’t require permission to read and manage your emails in Gmail.

★ How does email tracking work?

MailTracker adds an invisible image to your emails. This image is loaded when the email is opened by the recipient and allows you to be informed.

MailTracker also returns the device used by the recipient to open the email, to know if it was opened on a desktop, mobile or tablet.

★ About us

MailTracker has been created by Hunter.io, the most popular solution for finding email addresses.

Already trusted by more than more than three million users around the world and leading companies like Google, IBM, Adobe and Microsoft.

Website: https://getmailtracker.com

Twitter: @getmailtracker                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MailTracker: Email tracker for Gmail MailTracker: Email tracker for Gmail
ID pgbdljpkijehgoacbjpolaomhkoffhnl
URL Chính Thức https://chromewebstore.google.com/detail/mailtracker-email-tracker/pgbdljpkijehgoacbjpolaomhkoffhnl
Mô tả Track if your emails are opened & how many times. Be notified when your emails are read.
Kích Thước Tệp 22.59 MB
Số Lần Cài Đặt 110,062
Phiên Bản Hiện Tại 2.1.55
Cập Nhật Lần Cuối 2024-02-13
Ngày Phát Hành 2020-03-30
Đánh Giá 4.72/5 Tổng số 4026 Đánh Giá
Nhà Phát Triển https://getmailtracker.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.getmailtracker.com/
URL Trang Trợ Giúp https://www.getmailtracker.com/contact
URL Trang Chính Sách Bảo Mật https://www.getmailtracker.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MailTracker: Email tracker for Gmail",
    "description": "Track if your emails are opened & how many times. Be notified when your emails are read.",
    "version": "2.1.55",
    "homepage_url": "https:\/\/app.getmailtracker.com",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon48.png",
        "default_popup": "src\/pages\/popup\/index.html",
        "default_title": "MailTracker"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/inbox.google.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/mailtracker.hunter.io\/messages"
            ],
            "js": [
                "jquery.min.js",
                "src\/pages\/content\/index.js",
                "webcomponents-bundle.js"
            ],
            "css": [
                "assets\/css\/Style.chunk.css",
                "style.css"
            ]
        }
    ],
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "scripting"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": false,
                "path": "rules.json"
            }
        ],
        "capabilities": [
            "dynamicRuleset"
        ]
    },
    "optional_permissions": [
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/mail.google.com\/",
        "*:\/\/mailtracker.hunter.io\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*",
                "assets\/css\/*",
                "icon_gift.png",
                "icon_app_diamond.png",
                "icon_app_activities_free.png",
                "icon_app_activities_paying.png",
                "icon_app_activities_on.png",
                "icon_app_activities_off.png",
                "icon_app_settings_offline.png",
                "icon16.png",
                "icon128.png",
                "icon48.png",
                "mailtracker_icon_error.png",
                "mailtracker_eye.png",
                "mailtracker_eye_slash.png",
                "mailtracker_icon_black.png",
                "mailtracker_icon_green.png",
                "mailtracker_icon_overflow.png",
                "mailtracker_icon_grey.png",
                "mailtracker_eye_red.png",
                "mailtracker_icon_grey-1.png",
                "mailtracker_icon_light_grey.png",
                "mailfinder_icon.png",
                "mailfinder_icon_off.png",
                "mailmerger_icon.png",
                "mailmerger_icon_off.png",
                "mailtracker_icon.png",
                "mailtracker_icon_off.png",
                "sign_mailtracker.gif",
                "compose_app_overflow.png",
                "compose_microphone_error.png",
                "compose_webcam_error.png",
                "compose_follow_up_error.png",
                "compose_microphone_on.png",
                "compose_webcam_on.png",
                "compose_microphone_off.png",
                "compose_webcam_off.png",
                "compose_follow_up_off.png",
                "compose_follow_up_on.png",
                "pageWorld.js",
                "pageWorld.js.map",
                "webcomponents-bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}