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란 무엇입니까?

MailTracker: Email tracker for Gmail은(는) https://getmailtracker.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track if your emails are opened & how many times. Be notified when your emails are read."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

MailTracker: Email tracker for Gmail 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 MailTracker: Email tracker for Gmail MailTracker: Email tracker for Gmail
ID pgbdljpkijehgoacbjpolaomhkoffhnl
공식 URL https://chromewebstore.google.com/detail/mailtracker-email-tracker/pgbdljpkijehgoacbjpolaomhkoffhnl
설명 Track if your emails are opened & how many times. Be notified when your emails are read.
파일 크기 22.59 MB
설치 횟수 110,062
현재 버전 2.1.55
최근 업데이트 2024-02-13
출시 날짜 2020-03-30
평점 4.72/5 총 4026 개의 평점
개발자 https://getmailtracker.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.getmailtracker.com/
도움말 페이지 URL https://www.getmailtracker.com/contact
개인정보 보호 정책 페이지 URL https://www.getmailtracker.com/privacy
지원되는 언어 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": [
                ""
            ]
        }
    ]
}