Email Privacy Protector: Is My Email Tracked?

Anytime you open your emails, people could be tracking when you do it, and which links you click on. Protect your email privacy.

Email Privacy Protector: Is My Email Tracked?คืออะไร?

Email Privacy Protector: Is My Email Tracked? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.email-tracking-blocker.com และคุณลักษณะหลักของมันคือ "Anytime you open your emails, people could be tracking when you do it, and which links you click on. Protect your email privacy."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Email Privacy Protector: Is My Email Tracked?

ดาวน์โหลดไฟล์ส่วนขยาย Email Privacy Protector: Is My Email Tracked? ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Stop spammers dead! Anyone who's tracking your emails, will be sorely disappointed. 

Do you know that almost all the emails you receive are tracked to see when you open them and when you click on the links in them?

With this email privacy protector, no one will ever be able to know when you opened your email, or have any information about any links that you clicked. 

This extension will block email tracking attempts used to detect when you open and read emails. Email Privacy Protector displays an ;eye' when it finds and blocks a tracking attempt inside of an email.

Your email privacy and security is our goal.

cloudHQ. Helping your productivity, 1 click at a time.

cloudHQ website: https://www.cloudhq.net/
App website: https://www.email-tracking-blocker.com/
Pricing: FREE
Support page: https://support.cloudhq.net/category/browser/email-tracking-blocker/
Blog: https://blog.cloudhq.net                    

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

ชื่อ Email Privacy Protector: Is My Email Tracked? Email Privacy Protector: Is My Email Tracked?
ID ocodabmcnjfjeioonacpommjjlmhbccg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/email-privacy-protector-i/ocodabmcnjfjeioonacpommjjlmhbccg
คำอธิบาย Anytime you open your emails, people could be tracking when you do it, and which links you click on. Protect your email privacy.
ขนาดไฟล์ 411 KB
จำนวนการติดตั้ง 10,599
เวอร์ชันปัจจุบัน 1.0.2.0
อัปเดตครั้งล่าสุด 2023-12-21
วันที่เผยแพร่ 2020-06-19
คะแนน 4.21/5 รวมทั้งหมด 68 คะแนน
ผู้พัฒนา https://www.email-tracking-blocker.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.email-tracking-blocker.com/
URL หน้าช่วยเหลือ https://support.cloudhq.net/category/browser/email-tracking-blocker/
URL หน้านโยบายความเป็นส่วนตัว https://www.cloudhq.net/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email Privacy Protector: Is My Email Tracked?",
    "short_name": "Email Privacy Protector by cloudHQ",
    "description": "Anytime you open your emails, people could be tracking when you do it, and which links you click on. Protect your email privacy.",
    "version": "1.0.2.0",
    "author": "https:\/\/www.cloudhq.net",
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/popover.css",
                "stylesheets\/main_gmail_privacy_tracker.css"
            ],
            "include_globs": [],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "urls",
                "enabled": true,
                "path": "rules\/urls.json"
            },
            {
                "id": "words",
                "enabled": true,
                "path": "rules\/words.json"
            }
        ]
    },
    "permissions": [
        "scripting",
        "storage",
        "background",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/",
        "*:\/\/*.googleusercontent.com\/*",
        "*:\/\/taskassist-pa.clients6.google.com\/*"
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "javascripts\/*",
                "icons\/*",
                "*"
            ],
            "matches": [
                "*:\/\/*.cloudhq.net\/*",
                "*:\/\/*.google.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/gmail_privacy_tracker.png",
        "48": "icons\/gmail_privacy_tracker.png"
    },
    "converted_from_user_script": true,
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "action": {
        "default_icon": "icons\/gmail_privacy_tracker.png",
        "default_title": "Email Privacy Protector by cloudHQ"
    }
}