Better Gmail Unsubscribe

Adds an unsubscribe link for when Gmail doesn't offer one

Co je Better Gmail Unsubscribe?

Better Gmail Unsubscribe je rozšíření Chrome vyvinuté lox, a jeho hlavní funkcí je „Adds an unsubscribe link for when Gmail doesn't offer one“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Better Gmail Unsubscribe

Stáhněte si soubory rozšíření Better Gmail Unsubscribe ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Gmail offers an unsubscribe link for emails with certain headers, unfortunately this doesn't apply to a lot of emails that I want to unsubscribe from.

When the gmail unsubscribe link is missing, this extension adds it and when clicked opens a new tab with any unsubscribe links found in the body of the message.                    

Základní Informace o Rozšíření

Název Better Gmail Unsubscribe Better Gmail Unsubscribe
ID hdkbhdodcejjjicmnmhhibenjmlgmkfc
Oficiální URL https://chrome.google.com/webstore/detail/better-gmail-unsubscribe/hdkbhdodcejjjicmnmhhibenjmlgmkfc
Popis Adds an unsubscribe link for when Gmail doesn't offer one
Velikost souboru 10.02 KB
Počet instalací 939
Aktuální Verze 1.1.0
Poslední Aktualizace 2014-06-14
Datum Vydání 2014-06-14
Hodnocení 2.75/5 Celkem 12 Hodnocení
Vývojář lox
Typ Platby free
Webové stránky Rozšíření https://github.com/lox/better-gmail-unsubscribe
URL Stránky Nápovědy https://github.com/lox/better-gmail-unsubscribe/issues
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Gmail Unsubscribe",
    "version": "1.1.0",
    "description": "Adds an unsubscribe link for when Gmail doesn't offer one",
    "short_name": "Adds an unsubscribe link for when Gmail doesn't offer one",
    "permissions": [
        "tabs",
        "https:\/\/mail.google.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "icon.png"
    }
}