Tracker Blocker: Stop trackers in emails

Stops open-tracking from working in emails.

Tracker Blocker: Stop trackers in emailsคืออะไร?

Tracker Blocker: Stop trackers in emails เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.gmass.co และคุณลักษณะหลักของมันคือ "Stops open-tracking from working in emails."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tracker Blocker: Stop trackers in emails

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

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

                        This extension will block open-tracking pixels in Gmail. There are two types of people who should use it:

1. If you send cold email or email marketer sending campaigns through Gmail, you want accurate open tracking. Right now if you use a platform like GMass, YAMM, Mailshake, or Lemlist for example, and you open your own email from your Sent folder, or you open a bounce notification, the open-tracking pixel will fire, causing a false open to be registered in your campaign reports. This extension will stop those "false opens" from registering.

Note that right now, the extension only blocks open tracking pixels from GMass. In time, it will block pixels of the aforementioned platforms as well.

2. If you're a privacy advocate who doesn't want "opens" to be registered on emails that are sent by email marketing platforms.

This extension was developed by the makers of GMass, so use case #1 is the primary target.

Note that this extension is being released under the new Chrome Manifest V3 program, so it uses the latest technology from Chrome to block email tracking pixels. There are other extensions that perform similar functionality, like Ugly Email and PixelBlock, but these haven't been updated in years and will stop working soon because they're written in Manifest V2, which is being deprecated soon.                    

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

ชื่อ Tracker Blocker: Stop trackers in emails Tracker Blocker: Stop trackers in emails
ID okacfeiojkgmcaonaikblpicellplcdn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tracker-blocker-stop-trac/okacfeiojkgmcaonaikblpicellplcdn
คำอธิบาย Stops open-tracking from working in emails.
ขนาดไฟล์ 11.2 KB
จำนวนการติดตั้ง 6,154
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2022-04-01
วันที่เผยแพร่ 2022-01-25
คะแนน 4.11/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://www.gmass.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.gmass.co
URL หน้าช่วยเหลือ https://www.gmass.co/g/support
URL หน้านโยบายความเป็นส่วนตัว https://www.gmass.co/blog/gmass-privacy-information-what-data-does-our-server-store
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tracker Blocker: Stop trackers in emails",
    "version": "1.0.7",
    "description": "Stops open-tracking from working in emails.",
    "icons": {
        "128": "TrackerBlocker-128.png"
    },
    "short_name": "Tracker Blocker",
    "manifest_version": 3,
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_title": "Click to enable\/disable blocking",
        "default_popup": "menu.html"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "declarativeNetRequestFeedback",
        "notifications"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}