Email Tracker www.LeadZ.biz

Gmail and outlook email tracker .

Wat is Email Tracker www.LeadZ.biz?

Email Tracker www.LeadZ.biz is een Chrome-extensie ontwikkeld door https://www.leadz.biz, en de belangrijkste functie is "Gmail and outlook email tracker .".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Email Tracker www.LeadZ.biz

Download Email Tracker www.LeadZ.biz-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Email Tracker www.LeadZ.biz Email Tracker www.LeadZ.biz
ID nlgoajocmfognlekifjhelfehlkdlkap
Officiële URL https://chromewebstore.google.com/detail/email-tracker-wwwleadzbiz/nlgoajocmfognlekifjhelfehlkdlkap
Beschrijving Gmail and outlook email tracker .
Bestandsgrootte 255 KB
Aantal Installaties 34
Huidige Versie 0.0.0.3
Laatst Bijgewerkt 2018-06-04
Publicatiedatum 2018-06-04
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.leadz.biz
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}