Email Tracker www.LeadZ.biz

Gmail and outlook email tracker .

Email Tracker www.LeadZ.biz क्या है?

Email Tracker www.LeadZ.biz https://www.leadz.biz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gmail and outlook email tracker ."।

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

screenshot

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

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

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

                        Gmail and outlook office 365 email tracker . 
Get notified when someone open an email you sent.                    

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

नाम Email Tracker www.LeadZ.biz Email Tracker www.LeadZ.biz
ID nlgoajocmfognlekifjhelfehlkdlkap
आधिकारिक URL https://chromewebstore.google.com/detail/email-tracker-wwwleadzbiz/nlgoajocmfognlekifjhelfehlkdlkap
विवरण Gmail and outlook email tracker .
फ़ाइल का आकार 255 KB
स्थापना संख्या 34
वर्तमान संस्करण 0.0.0.3
अंतिम अपडेट 2018-06-04
प्रकाशन तिथि 2018-06-04
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर https://www.leadz.biz
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email Tracker www.LeadZ.biz",
    "short_name": "Email Tracker",
    "version": "0.0.0.3",
    "manifest_version": 2,
    "description": "Gmail and outlook email tracker .",
    "homepage_url": "http:\/\/www.leadz.biz",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "activeTab",
        "notifications",
        "webRequest",
        "webNavigation",
        "webRequestBlocking",
        "management",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "jquery2.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/outlook.office.com\/*",
                "https:\/\/outlook.office365.com\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-1.10.2.min.js",
        "gmail.js",
        "main.js"
    ],
    "browser_action": {
        "default_title": "List all",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "lzicon16.png",
        "48": "lzicon48.png",
        "128": "lzicon128.png"
    }
}