MailBlock

Disable tracking from Gmail

Was ist MailBlock?

MailBlock ist eine Chrome-Erweiterung, die von Ruby.co entwickelt wurde, und ihr Hauptmerkmal ist "Disable tracking from Gmail".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

MailBlock-Erweiterungs-CRX-Datei herunterladen

Laden Sie MailBlock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name MailBlock MailBlock
ID kpkdnknkibkomaciedabmbnoijaejdjg
Offizielle URL https://chromewebstore.google.com/detail/mailblock/kpkdnknkibkomaciedabmbnoijaejdjg
Beschreibung Disable tracking from Gmail
Dateigröße 124 KB
Installationsanzahl 19
Aktuelle Version 0.0.5
Letztes Update 2019-04-17
Veröffentlichungsdatum 2019-04-17
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Ruby.co
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://mailblock.io
Unterstützte Sprachen 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
}