Email Tracking for Gmail

Gmail email tracker software

Email Tracking for Gmail क्या है?

Email Tracking for Gmail http://trackemail.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gmail email tracker software"।

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

screenshot
screenshot

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

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

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

                        EmailTrack allows you to schedule emails to be sent  at a later date. Write a message now, send it whenever you want, even if you're not online. Track messages to make sure you hear back.

Track when your e-mails are being opened & whether the recipient responded to your e-mail. Other cool features include choosing exactly when you want an email sent, an interface which is directly integrated into Gmail

If you do not get a response from your e-mail, our extension can give you a reminder so you can follow up without forgetting. Archive e-mails which are not important and remove the clutter from your inbox. It is free to use EmailTrack, up to a limited number of messages per month.                    

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

नाम Email Tracking for Gmail Email Tracking for Gmail
ID fabfdddokobbiakghpeejlchelppgkcj
आधिकारिक URL https://chrome.google.com/webstore/detail/email-tracking-for-gmail/fabfdddokobbiakghpeejlchelppgkcj
विवरण Gmail email tracker software
फ़ाइल का आकार 609 KB
स्थापना संख्या 2,058
वर्तमान संस्करण 2.2
अंतिम अपडेट 2022-09-28
प्रकाशन तिथि 2020-05-27
रेटिंग 3.57/5 कुल 14 रेटिंग्स
डेवलपर http://trackemail.co
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.trackemail.co
सहायता पृष्ठ URL https://www.trackemail.co/faq
गोपनीयता नीति पृष्ठ URL https://trackemail.co/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email Tracking for Gmail",
    "short_name": "EmailTrack",
    "description": "Gmail email tracker software",
    "version": "2.2",
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "web_accessible_resources": [
        "styles\/*",
        "scripts\/*",
        "icons\/*",
        "images\/*"
    ],
    "homepage_url": "https:\/\/trackemail.co\/",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "http:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*",
                "http:\/\/inbox.google.com\/*"
            ],
            "css": [
                "styles\/bootstrap.min.css",
                "styles\/sb-admin-2.min.css",
                "styles\/righttasks.min.css",
                "styles\/jquery-ui.min.css",
                "styles\/composeStatus.min.css"
            ],
            "js": [
                "scripts\/tippy.all.min.js",
                "scripts\/jquery-1.12.4.min.js",
                "scripts\/bootstrap.min.js",
                "scripts\/inboxsdk.js",
                "scripts\/jquery-ui.min.js",
                "scripts\/moment.min.js",
                "scripts\/common.js",
                "scripts\/jsmd5.js",
                "scripts\/fontawessome.js",
                "scripts\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/*.trackemail.co\/*",
        "identity"
    ],
    "manifest_version": 2,
    "oauth2": {
        "client_id": "555150528464-snlb32b3scthg23hsejt7voi1fc5er2h.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email"
        ]
    }
}