Mailpanion: Email Tracking & Tracker Blocking
Track your emails and block email trackers for FREE, forever.
Mailpanion: Email Tracking & Tracker Blockingคืออะไร?
Mailpanion: Email Tracking & Tracker Blocking เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mailpanion.com และคุณลักษณะหลักของมันคือ "Track your emails and block email trackers for FREE, forever."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mailpanion: Email Tracking & Tracker Blocking
ดาวน์โหลดไฟล์ส่วนขยาย Mailpanion: Email Tracking & Tracker Blocking ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get notified when your emails are opened with Mailpanion.
🎉 100% free, no signature/branding, no subscription.
🔒 Data Security
Unlike other email tracking services, Mailpanion does not and cannot access your Gmail account. Your Gmail data is kept securely on your device.
🛡️ Tracker Blocking
Block email trackers to protect your privacy: senders will not know that you read their email.
Prevent your IP address, device, and other private data from being leaked.
📃 Email Read History
See the read history of your emails: know the exact times your emails are opened.
🔗 Link Tracking
Know when a link in your email is clicked.
🔔 Real-time Notifications
Get a desktop notification or email alert as soon as your email is read for the first time.
✔️ Seamless Integration
Mailpanion adds a minimal, non-distracting overlay to your Gmail inbox to display whether an email is opened (●) or unopened (○) and whether an email has a tracker (▲) or not. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | dfcnokdpkmbhgjbgadnikebofjipehhm |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mailpanion-email-tracking/dfcnokdpkmbhgjbgadnikebofjipehhm |
| คำอธิบาย | Track your emails and block email trackers for FREE, forever. |
| ขนาดไฟล์ | 360 KB |
| จำนวนการติดตั้ง | 2,250 |
| เวอร์ชันปัจจุบัน | 2.2.0 |
| อัปเดตครั้งล่าสุด | 2022-01-03 |
| วันที่เผยแพร่ | 2020-04-13 |
| คะแนน | 4.48/5 รวมทั้งหมด 23 คะแนน |
| ผู้พัฒนา | https://mailpanion.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://mailpanion.com |
| URL หน้าช่วยเหลือ | https://help.mailpanion.com |
| URL หน้านโยบายความเป็นส่วนตัว | https://mailpanion.com/privacy |
| ภาษาที่รองรับ | en,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_appName__",
"version": "2.2.0",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "\/images\/icon16.png",
"48": "\/images\/icon48.png",
"128": "\/images\/icon128.png"
},
"browser_action": {
"default_icon": {
"16": "\/images\/icon16.png",
"48": "\/images\/icon48.png",
"128": "\/images\/icon128.png"
},
"default_title": "Mailpanion",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/mail.google.com\/*"
],
"js": [
"\/lib\/inboxsdk.js",
"\/bundles\/content.bundle.js"
]
},
{
"matches": [
"https:\/\/mailpanion.com\/success*"
],
"js": [
"\/bundles\/success.bundle.js"
],
"run_at": "document_start"
}
],
"background": {
"scripts": [
"\/bundles\/background.bundle.js"
]
},
"web_accessible_resources": [
"\/images\/*"
],
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/mail.google.com\/*",
"*:\/\/mailpanion.com\/*",
"*:\/\/*.mailpanion.com\/*",
"*:\/\/*.googleusercontent.com\/*",
"storage",
"notifications",
"tabs"
]
} | |