Free Email Tracker by cloudHQ

Know when your emails are opened in real-time

Free Email Tracker by cloudHQ क्या है?

Free Email Tracker by cloudHQ https://www.free-email-tracker.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Know when your emails are opened in real-time"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Now you can find out when your emails are read! 

This F R E E email tracker software is extremely easy to use, and gives you all of the following features where you'll have:

✔️ An email tracking dashboard 
✔️ SMS, desktop, and email notifications when your email is read 
✔️ Reminders if your email goes unopened after 48 hours
✔️ Link tracking
✔️ Email tracking removal options for personal emails you don't want tracked

You'll also get a Gmail label to show you:
- Tracked emails that you sent, and were opened
- Tracked emails that you sent, and were opened, with links that were clicked on (how many times, and which links were clicked on)
- A list of all opened but unanswered emails where people need to respond back to you
- A list all opened, but unanswered emails where you need to respond back
- A list all unopened emails where people need to respond back to you
- A list all unopened emails that are awaiting your reply 

✔️ As an upgrade: You can export all of your tracked emails to Google Sheets for an up-to-date report on open rates, link clicks and more.

This is ideal for salespeople, customer service reps, head hunters, and more!

cloudHQ. Helping your productivity, 1 click at a time.

cloudHQ website: https://www.cloudhq.net/
App website: https://www.free-email-tracker.com/
Pricing: https://www.free-email-tracker.com//pricing
Support page: https://support.cloudhq.net/category/browser-extensions/free-email-tracker/
Blog: https://blog.cloudhq.net                    

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

नाम Free Email Tracker by cloudHQ Free Email Tracker by cloudHQ
ID nknojfclnachdkpdkjbbhbkgpnladhnj
आधिकारिक URL https://chromewebstore.google.com/detail/free-email-tracker-by-clo/nknojfclnachdkpdkjbbhbkgpnladhnj
विवरण Know when your emails are opened in real-time
फ़ाइल का आकार 217 KB
स्थापना संख्या 53,220
वर्तमान संस्करण 1.0.1.11
अंतिम अपडेट 2023-10-21
प्रकाशन तिथि 2020-05-08
रेटिंग 4.29/5 कुल 240 रेटिंग्स
डेवलपर https://www.free-email-tracker.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.free-email-tracker.com
सहायता पृष्ठ URL https://support.cloudhq.net/category/browser/free-email-tracker/
गोपनीयता नीति पृष्ठ URL https://www.cloudhq.net/privacy
समर्थित भाषाएँ de,en,fr,nl,es,it,pl,pt-BR,pt-PT,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/www.cloudhq.net; object-src 'self' https:\/\/www.cloudhq.net",
    "web_accessible_resources": [
        "javascripts\/*",
        "icons\/*"
    ],
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "icons": {
        "128": "icons\/gmail_mailtracker.png",
        "48": "icons\/gmail_mailtracker.png"
    },
    "browser_action": {
        "default_icon": "icons\/gmail_mailtracker.png"
    },
    "converted_from_user_script": true,
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/jquery-1.4.4.js",
            "javascripts\/background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.orecons.com\/*",
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/popover.css",
                "stylesheets\/main_gmail_mail_tracker.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_gmail_mail_tracker_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*",
                "https:\/\/www.cloudhq.net\/*"
            ]
        }
    ],
    "version": "1.0.1.11",
    "description": "__MSG_appDetail__",
    "permissions": [
        "storage",
        "background",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "tabs",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/support.cloudhq.net\/",
        "https:\/\/www.cloudhq.net\/",
        "https:\/\/*.googleusercontent.com\/"
    ],
    "manifest_version": 2
}