Mail Seen - Email Tracker for Gmail

Know when your emails are opened!

Mail Seen - Email Tracker for Gmail란 무엇입니까?

Mail Seen - Email Tracker for Gmail은(는) https://mailseen.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Know when your emails are opened!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Mail Seen - Email Tracker for Gmail 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        MailSeen - The Ultimate Email Tracker for Chrome for FREE

Easy solution to know when your email was seen by the recipient. We will also tell you how many times and exactly when they were viewed. Your email experience will never be the same.


/ Why Choose MailSeen?

💎 - It's free 
🎀 - Probably the best looking UI
🔮 - Advanced tracking
🚀 - Not fast, but instant (less than 20 milliseconds)



// How to Get Started in 2 steps

1. Add MailSeen to your Chrome browser
2. Start sending emails (a tracking label will be visible on the Subject line only for you - you don't need to do anything)
> See statistics



/// Features

🛰 - Invisible tracking
so the recipient will never know you are tracking

📡 - Unlimited tracked emails
Use it for as much as you want for as many emails as you want

🎖 - Unlimited email accounts
Use it for all your accounts, personal or private

💫 - Everything is automate
You can keep using your email without additional steps to enable tracking

💉 - Precise
Know to the second about when the email was opened

🏗 - Iterative
Know how many times your email was seen

📊 - Analytics
Know who what is your open rate, engagement rate per email, etc.

☂️ - Secure
Your emails are stored securely with Google Cloud


Discover the future of email communication. Add MailSeen to your browser today and experience email tracking like never before!                    

확장 프로그램 기본 정보

이름 Mail Seen - Email Tracker for Gmail Mail Seen - Email Tracker for Gmail
ID mlaaofkinooaabkchhidlhhjoiaomcmf
공식 URL https://chromewebstore.google.com/detail/mail-seen-email-tracker-f/mlaaofkinooaabkchhidlhhjoiaomcmf
설명 Know when your emails are opened!
파일 크기 5.85 MB
설치 횟수 197
현재 버전 3.5.3
최근 업데이트 2024-01-09
출시 날짜 2023-10-19
평점 5.00/5 총 9 개의 평점
개발자 https://mailseen.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.mailseen.com/
도움말 페이지 URL https://www.mailseen.com/
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/10AAlucs3J2I4LshQ_5axZXJHYa74-_ZHWw-SfkATe4M/edit?usp=sharing
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mail Seen - Email Tracker for Gmail",
    "version": "3.5.3",
    "description": "Know when your emails are opened!",
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/authapi-f6o7ittoia-uc.a.run.app\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "datasources.js",
                "content.js",
                "stats.js",
                "feed.js",
                "UIcomponents.js",
                "threadview.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/eyecrosseddark.png",
                "static\/arrowdark.png",
                "static\/send-mail.png",
                "static\/eyewhite.png",
                "static\/send.png",
                "static\/eye.png",
                "static\/file.png",
                "pdfGenerator.js",
                "static\/refreshwhite.png",
                "static\/close.png",
                "static\/speed.png",
                "static\/date.png",
                "static\/eyecrossed.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "static\/icon16.png",
            "48": "static\/icon48.png",
            "128": "static\/icon128.png"
        }
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}