MailBlock
Disable tracking from Gmail
Wat is MailBlock?
MailBlock is een Chrome-extensie ontwikkeld door Ruby.co, en de belangrijkste functie is "Disable tracking from Gmail".
Extensie Screenshots
Download het CRX-bestand van de extensie MailBlock
Download MailBlock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Stop people tracking your email opens on Gmail. 90% of all marketing emails and 20% of all personal emails have embedded tracking. This lets the sender how many times you open their email and your location when you opened it. MailBlock stops almost 100 different vendors from tracking your email opens. We maintain the largest block list and update the list every week.
Basisinformatie over de Extensie
Naam | MailBlock |
ID | kpkdnknkibkomaciedabmbnoijaejdjg |
Officiële URL | https://chromewebstore.google.com/detail/mailblock/kpkdnknkibkomaciedabmbnoijaejdjg |
Beschrijving | Disable tracking from Gmail |
Bestandsgrootte | 124 KB |
Aantal Installaties | 19 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2019-04-17 |
Publicatiedatum | 2019-04-17 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Ruby.co |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://mailblock.io |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MailBlock", "description": "Disable tracking from Gmail", "version": "0.0.5", "browser_action": [], "web_accessible_resources": [ "images\/*", "welcome.html", "settings.html", "css\/bootstrap.min.css" ], "background": { "scripts": [ "vendor\/jquery.min.js", "js\/background.js", "js\/common.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "vendor\/inboxsdk.js", "vendor\/jquery.min.js", "js\/content.js", "js\/common.js" ], "css": [ "css\/style.css" ] } ], "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "19": "images\/icon-19.png", "48": "images\/icon-48.png" }, "permissions": [ "activeTab", "tabs", "https:\/\/mail.google.com\/*", "webRequest", "webRequestBlocking", "*:\/\/*.googleusercontent.com\/*", "storage", "https:\/\/*.mailblock.io\/*" ], "manifest_version": 2 } |