Free Email Tracker for Gmail by PandaDoc

This Chrome extension lets you know immediately once your email has been opened by its recipient.

Free Email Tracker for Gmail by PandaDoc क्या है?

Free Email Tracker for Gmail by PandaDoc https://pandadoc.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome extension lets you know immediately once your email has been opened by its recipient."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Free Email Tracker for Gmail: A Chrome extension from PandaDoc that lets you know when recipients open your emails.

Get free, unlimited email tracking for Gmail. Find out when your emails are opened and how often they’re viewed — right within your Gmail account.

Free Email Tracker for Gmail is an ideal solution for anyone who relies on email to get their job done — salespeople, marketers, content creators, and more. Use this valuable Chrome extension for email engagement tracking, partnership and sales follow-ups, or simply as an email delivery confirmation tool.

With Free Email Tracker for Gmail, you’ll:
- Know when to follow up
- Improve deliverability
- Get quick access to email performance data

Free Email Tracker for Gmail is easy to use. Here’s how:
- Install the extension
- Send emails as you normally do
- Choose which individual emails you’d like to track
- Go to your Sent folder to see which emails have been opened
- ✅means your email hasn’t been opened
- ✅✅ your email has been opened
- Hover over the ✅ icons to see when and how often your emails have been opened

Top features:
- Free and unlimited — no limit on how many emails you can track
- See how often — and how recently — an email has been opened
- Find out if an email is still unopened
- Turn email tracking on or off
- Analyze email performance
- Seamless interface with your Gmail
- 100% FREE — NO ADS!                    

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

नाम Free Email Tracker for Gmail by PandaDoc Free Email Tracker for Gmail by PandaDoc
ID jknckjiapgpbeojbkpcihkdnoniomnkk
आधिकारिक URL https://chromewebstore.google.com/detail/free-email-tracker-for-gm/jknckjiapgpbeojbkpcihkdnoniomnkk
विवरण This Chrome extension lets you know immediately once your email has been opened by its recipient.
फ़ाइल का आकार 4.9 MB
स्थापना संख्या 818
वर्तमान संस्करण 0.2.10
अंतिम अपडेट 2023-01-23
प्रकाशन तिथि 2022-09-14
रेटिंग 5.00/5 कुल 27 रेटिंग्स
डेवलपर https://pandadoc.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.pandadoc.com/
सहायता पृष्ठ URL https://support.pandadoc.com/
गोपनीयता नीति पृष्ठ URL https://www.pandadoc.com/privacy-notice
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Free Email Tracker for Gmail by PandaDoc",
    "description": "This Chrome extension lets you know immediately once your email has been opened by its recipient.",
    "author": "PandaDoc",
    "version": "0.2.10",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "entry\/content.js"
            ],
            "css": [
                "style\/content.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.myemailtracker.com\/installation\/completed*"
            ],
            "js": [
                "entry\/completed.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "entry\/service_worker.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/www.myemailtracker.com\/"
    ],
    "manifest_version": 3,
    "action": {
        "default_popup": "\/pages\/popup.html",
        "default_icon": {
            "16": "\/images\/tracker16.png",
            "32": "\/images\/tracker32.png",
            "48": "\/images\/tracker48.png",
            "128": "\/images\/tracker128.png"
        }
    },
    "icons": {
        "16": "\/images\/tracker16.png",
        "32": "\/images\/tracker32.png",
        "48": "\/images\/tracker48.png",
        "128": "\/images\/tracker128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/fonts\/Graphik-Bold-Cy-Web.woff",
                "\/fonts\/Graphik-Bold-Cy-Web.woff2",
                "\/fonts\/Graphik-Regular-Cy-Web.woff",
                "\/fonts\/Graphik-Regular-Cy-Web.woff2",
                "\/fonts\/Graphik-Semibold-Cy-Web.woff",
                "\/fonts\/Graphik-Semibold-Cy-Web.woff2",
                "\/images\/cog.svg",
                "\/images\/help.svg",
                "\/images\/not_tracked.svg",
                "\/images\/person.svg",
                "\/images\/sent_and_tracked.svg",
                "\/images\/tracked_and_opened.svg",
                "\/images\/tracker128.png",
                "\/images\/tracker16.png",
                "\/images\/tracker32.png",
                "\/images\/tracker48.png",
                "\/images\/tracking_active.svg",
                "\/images\/tracking_inactive.svg",
                "\/pages\/popup.html",
                "\/style\/content.css",
                "\/style\/popup.css",
                "pageWorld.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}