Email Tracker www.LeadZ.biz

Gmail and outlook email tracker .

Email Tracker www.LeadZ.biz là gì?

Email Tracker www.LeadZ.biz là một tiện ích mở rộng Chrome được phát triển bởi https://www.leadz.biz, và tính năng chính của nó là "Gmail and outlook email tracker .".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Email Tracker www.LeadZ.biz

Tải xuống các tệp mở rộng Email Tracker www.LeadZ.biz dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Email Tracker www.LeadZ.biz Email Tracker www.LeadZ.biz
ID nlgoajocmfognlekifjhelfehlkdlkap
URL Chính Thức https://chromewebstore.google.com/detail/email-tracker-wwwleadzbiz/nlgoajocmfognlekifjhelfehlkdlkap
Mô tả Gmail and outlook email tracker .
Kích Thước Tệp 255 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2018-06-04
Ngày Phát Hành 2018-06-04
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.leadz.biz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}