Email Tracker www.LeadZ.biz

Gmail and outlook email tracker .

什么是Email Tracker www.LeadZ.biz?

Email Tracker www.LeadZ.biz是由https://www.leadz.biz开发的Chrome扩展程序,该扩展的主要功能是“Gmail and outlook email tracker .”。

扩展截图

screenshot

下载Email Tracker www.LeadZ.biz扩展crx文件

下载Email Tracker www.LeadZ.biz扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}