Email Tracker www.LeadZ.biz

Gmail and outlook email tracker .

Cos'è Email Tracker www.LeadZ.biz?

Email Tracker www.LeadZ.biz è un'estensione di Chrome sviluppata da https://www.leadz.biz, e la sua funzione principale è "Gmail and outlook email tracker .".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Email Tracker www.LeadZ.biz

Scarica i file di estensione Email Tracker www.LeadZ.biz in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Email Tracker www.LeadZ.biz Email Tracker www.LeadZ.biz
ID nlgoajocmfognlekifjhelfehlkdlkap
URL Ufficiale https://chromewebstore.google.com/detail/email-tracker-wwwleadzbiz/nlgoajocmfognlekifjhelfehlkdlkap
Descrizione Gmail and outlook email tracker .
Dimensione del File 255 KB
Conteggio Installazioni 34
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2018-06-04
Data di Pubblicazione 2018-06-04
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://www.leadz.biz
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}