Better Gmail Unsubscribe
Adds an unsubscribe link for when Gmail doesn't offer one
Vad är Better Gmail Unsubscribe?
Better Gmail Unsubscribe är en Chrome-tillägg utvecklad av lox, och dess huvudfunktion är "Adds an unsubscribe link for when Gmail doesn't offer one".
Tilläggsskärmbilder
Ladda ner Better Gmail Unsubscribe-förlängningens CRX-fil
Ladda ner Better Gmail Unsubscribe-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | hdkbhdodcejjjicmnmhhibenjmlgmkfc |
Officiell webbadress | https://chrome.google.com/webstore/detail/better-gmail-unsubscribe/hdkbhdodcejjjicmnmhhibenjmlgmkfc |
Beskrivning | Adds an unsubscribe link for when Gmail doesn't offer one |
Filstorlek | 10.02 KB |
Antal Installationer | 939 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2014-06-14 |
Publiceringsdatum | 2014-06-14 |
Betyg | 2.75/5 Totalt 12 Betyg |
Utvecklare | lox |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/lox/better-gmail-unsubscribe |
Hjälpsida URL | https://github.com/lox/better-gmail-unsubscribe/issues |
Stödda Språk | 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" } } |