Free Gmail Email Tracking - MailFly

Track unlimited emails for free, no conditions!

Free Gmail Email Tracking - MailFly क्या है?

Free Gmail Email Tracking - MailFly MailFly द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track unlimited emails for free, no conditions!"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        *Track unlimited emails for free, no MailFly signatures, no conditions! Get real-time desktop and email notifications when your emails are opened.*

MailFly is a completely free and secured email tracking system which allows you to track all your gmail emails for free.

MAILFLY FEATURES:

- 100% Secured Chrome Extension.
- Unlimited Email Tracking.
- No "MailFly" Signature.
- No Credit Card Required.
- Real-time Desktop and Email Notification.

WHY YOU SHOULD USE MAILFLY:

- Know exactly when your recipients open your emails.
- Track unlimited emails, for free!
- Increase your sales/open rates by analysing reading stats.

MAILFLY WORKS BETTER FOR:

- Sales people, who want to close more deals, faster, in a better way.
- Freelancers/Consultants, who want to get more lead from their clients or want to know when and how their clients are watching emails.
- Who wants to increase productivity by not wasting time for people who don't open the emails or don't reply.
- Anyone sending emails from Gmail.                    

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

नाम Free Gmail Email Tracking - MailFly Free Gmail Email Tracking - MailFly
ID pgeoopagnmkcogcmnbpcajmlpclglcna
आधिकारिक URL https://chrome.google.com/webstore/detail/free-gmail-email-tracking/pgeoopagnmkcogcmnbpcajmlpclglcna
विवरण Track unlimited emails for free, no conditions!
फ़ाइल का आकार 129 KB
स्थापना संख्या 483
वर्तमान संस्करण 1.1
अंतिम अपडेट 2018-10-08
प्रकाशन तिथि 2018-10-08
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर MailFly
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://mailfly.io/
सहायता पृष्ठ URL http://mailfly.io/
गोपनीयता नीति पृष्ठ URL http://mailfly.io/privacy-policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Free Gmail Email Tracking - MailFly",
    "description": "Track unlimited emails for free, no conditions!",
    "version": "1.1",
    "background": {
        "persistent": true,
        "scripts": [
            "OneSignal.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "OneSignal.js",
                "notification.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "css": [
                "css\/app.min.css",
                "style.css"
            ],
            "js": [
                "inboxsdk.js",
                "jquery.min.js",
                "select.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "browser_action": {
        "default_icon": "images\/gmail_logged_in.png"
    },
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/mailfly.io\/",
        "*:\/\/*.googleusercontent.com\/proxy\/*",
        "storage",
        "gcm",
        "identity",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "tabs"
    ],
    "manifest_version": 2
}