Better Gmail Unsubscribe
Adds an unsubscribe link for when Gmail doesn't offer one
Cos'è Better Gmail Unsubscribe?
Better Gmail Unsubscribe è un'estensione di Chrome sviluppata da lox, e la sua funzione principale è "Adds an unsubscribe link for when Gmail doesn't offer one".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Better Gmail Unsubscribe
Scarica i file di estensione Better Gmail Unsubscribe in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | hdkbhdodcejjjicmnmhhibenjmlgmkfc |
URL Ufficiale | https://chrome.google.com/webstore/detail/better-gmail-unsubscribe/hdkbhdodcejjjicmnmhhibenjmlgmkfc |
Descrizione | Adds an unsubscribe link for when Gmail doesn't offer one |
Dimensione del File | 10.02 KB |
Conteggio Installazioni | 939 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2014-06-14 |
Data di Pubblicazione | 2014-06-14 |
Valutazione | 2.75/5 Totale 12 Valutazioni |
Sviluppatore | lox |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/lox/better-gmail-unsubscribe |
URL della Pagina di Aiuto | https://github.com/lox/better-gmail-unsubscribe/issues |
Lingue Supportate | 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" } } |