Email Tracker

Find out if your emails get read. Free & unlimited email tracking for Gmail, Outlook / Hotmail, Office 365 & Yahoo Mail Inbox.

Email Tracker क्या है?

Email Tracker https://emailtracker.website द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find out if your emails get read. Free & unlimited email tracking for Gmail, Outlook / Hotmail, Office 365 & Yahoo Mail Inbox."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Email Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Find out if your emails were read. Simply install and any future emails are automatically tracked. A circle will appear when the tracking is enabled on the sent email and a checkmark will appear when it has been read. Works for unlimited email accounts and sent emails.

Works with Gmail, Outlook / Hotmail, Office 365 Outlook, and Yahoo Mail. For compatibility with other email clients contact us at [email protected]

​Email tracker does not ever store or transfer your email contents in order to ensure your privacy.

Emails sent to only yourself are not tracked. If you want to test the extension send an email to another email account.

Upgrade to pro and get full statistics, link tracking, and more. Visit https://emailtracker.website/pro

For more information or help please visit https://emailtracker.website/help                    

एक्सटेंशन की मूल जानकारी

नाम Email Tracker Email Tracker
ID bnompdfnhdbgdaoanapncknhmckenfog
आधिकारिक URL https://chromewebstore.google.com/detail/email-tracker/bnompdfnhdbgdaoanapncknhmckenfog
विवरण Find out if your emails get read. Free & unlimited email tracking for Gmail, Outlook / Hotmail, Office 365 & Yahoo Mail Inbox.
फ़ाइल का आकार 479 KB
स्थापना संख्या 268,653
वर्तमान संस्करण 4.0.82
अंतिम अपडेट 2024-01-20
प्रकाशन तिथि 2020-06-28
रेटिंग 4.58/5 कुल 925 रेटिंग्स
डेवलपर https://emailtracker.website
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://emailtracker.website
सहायता पृष्ठ URL https://emailtracker.website/help
गोपनीयता नीति पृष्ठ URL https://emailtracker.website/privacy.php
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email Tracker",
    "version": "4.0.82",
    "description": "Find out if your emails get read. Free & unlimited email tracking for Gmail, Outlook \/ Hotmail, Office 365 & Yahoo Mail Inbox.",
    "manifest_version": 2,
    "icons": {
        "128": "image\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mail.google.com\/*",
                "*:\/\/*.inbox.google.com\/*",
                "*:\/\/*.mail.live.com\/*",
                "*:\/\/*.outlook.live.com\/*",
                "*:\/\/*.outlook.office.com\/*",
                "*:\/\/*.outlook.office365.com\/*",
                "*:\/\/*.mail.yahoo.com\/*",
                "*:\/\/*\/owa\/*"
            ],
            "js": [
                "lib\/global.js",
                "lib\/xtion.js",
                "lib\/moment\/moment-with-locales.min.js",
                "lib\/moment\/moment-timezone-with-data.min.js",
                "lib\/gmailsdk.js",
                "content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "",
        "tabs",
        "storage",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "gcm",
        "notifications",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "image\/loading.gif",
        "image\/loading_white.gif",
        "image\/upgrade.jpg",
        "image\/icon\/desktop.png",
        "image\/icon\/phone.png",
        "image\/icon\/tablet.png",
        "image\/icon\/tv.png",
        "image\/icon\/link.png",
        "lib\/gmail.js",
        "lib\/outlook.js",
        "lib\/outlook2.js",
        "lib\/yahoo.js",
        "lib\/yahoo2.js"
    ],
    "browser_action": {
        "default_icon": "image\/icon_inactive.38.png",
        "default_title": "Email Tracker",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.gstatic.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "default_locale": "en"
}