Zoho Mail Tracker

This extensions helps you track the emails you send using Zoho Mail.

Zoho Mail Trackerคืออะไร?

Zoho Mail Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zohomailtracker.com และคุณลักษณะหลักของมันคือ "This extensions helps you track the emails you send using Zoho Mail."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zoho Mail Tracker

ดาวน์โหลดไฟล์ส่วนขยาย Zoho Mail Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Do you use Zoho Mail?
Do you want to know when your emails are being read?
Well, then this extension is for you.

Simply login using your email, and it will track when your emails are being read by the people you send it to. 

Privacy Policy:
https://zohomailtracker.com/privacy

## Things we are planning to add

- We are planning to do a firefox/edge/brave extension very very soon. So, if you use Zoho Mail on firefox, this is good news for you.
- We're planning to add an Android App to receive notifications easily.

We would love some suggestions and feedback on how we can make this even better. If you find a bug or have something to say, you can comment here or even contact us on [email protected]

Keep sharing.
ZMT                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Zoho Mail Tracker Zoho Mail Tracker
ID ofaolcedokpcmeacofhfnlhgebgjolkc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zoho-mail-tracker/ofaolcedokpcmeacofhfnlhgebgjolkc
คำอธิบาย This extensions helps you track the emails you send using Zoho Mail.
ขนาดไฟล์ 2.06 MB
จำนวนการติดตั้ง 3,133
เวอร์ชันปัจจุบัน 4.3
อัปเดตครั้งล่าสุด 2021-12-04
วันที่เผยแพร่ 2020-04-16
คะแนน 3.81/5 รวมทั้งหมด 57 คะแนน
ผู้พัฒนา https://zohomailtracker.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://zohomailtracker.com/
URL หน้าช่วยเหลือ https://zohomailtracker.com/
URL หน้านโยบายความเป็นส่วนตัว https://zohomailtracker.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zoho Mail Tracker",
    "short_name": "ZMT",
    "description": "This extensions helps you track the emails you send using Zoho Mail.",
    "version": "4.3",
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "64": "images\/logo64.png",
        "128": "images\/logo128.png"
    },
    "options_page": "index.html",
    "homepage_url": "https:\/\/zohomailtracker.com",
    "web_accessible_resources": [
        "images\/tracker_inserted.png",
        "images\/tracker_failed.png",
        "images\/logo64.png"
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/zohomailtracker.com\/api\/v2\/img\/*",
        "*:\/\/zohomailtracker.com\/api\/v3\/img\/*",
        "*:\/\/zohomailtracker.com\/api\/v4\/img\/*",
        "*:\/\/zohomailtracker.com\/*",
        "",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/environment.js",
                "js\/sentry.js",
                "js\/jquery-3.3.1.min.js",
                "js\/helpers.js",
                "js\/tracker.js"
            ],
            "css": [
                "css\/tracker.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/zohomailtracker.com\/zoho-redirect*"
            ],
            "js": [
                "js\/environment.js",
                "js\/helpers.js",
                "js\/login-helper.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/environment.js",
            "js\/sentry.js",
            "js\/helpers.js",
            "js\/socket.io.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": []
}