Better Gmail Unsubscribe
Adds an unsubscribe link for when Gmail doesn't offer one
Co to jest Better Gmail Unsubscribe?
Better Gmail Unsubscribe to rozszerzenie Chrome opracowane przez lox, a jego główną funkcją jest „Adds an unsubscribe link for when Gmail doesn't offer one”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Better Gmail Unsubscribe
Pobierz pliki rozszerzeń Better Gmail Unsubscribe w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hdkbhdodcejjjicmnmhhibenjmlgmkfc |
Oficjalny URL | https://chrome.google.com/webstore/detail/better-gmail-unsubscribe/hdkbhdodcejjjicmnmhhibenjmlgmkfc |
Opis | Adds an unsubscribe link for when Gmail doesn't offer one |
Rozmiar pliku | 10.02 KB |
Liczba instalacji | 939 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2014-06-14 |
Data Publikacji | 2014-06-14 |
Ocena | 2.75/5 Łącznie 12 Oceny |
Deweloper | lox |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/lox/better-gmail-unsubscribe |
Adres URL Strony Pomocy | https://github.com/lox/better-gmail-unsubscribe/issues |
Obsługiwane Języki | 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" } } |