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 https://mailpanion.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track your emails and block email trackers for FREE, forever."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mailpanion: Email Tracking & Tracker Blocking एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Mailpanion: Email Tracking & Tracker Blocking |
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" ] } |