Better Gmail Unsubscribe
Adds an unsubscribe link for when Gmail doesn't offer one
O que é Better Gmail Unsubscribe?
Better Gmail Unsubscribe é uma extensão do Chrome desenvolvida por lox, e sua principal característica é "Adds an unsubscribe link for when Gmail doesn't offer one".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Better Gmail Unsubscribe
Baixe arquivos de extensão Better Gmail Unsubscribe no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | hdkbhdodcejjjicmnmhhibenjmlgmkfc |
URL Oficial | https://chrome.google.com/webstore/detail/better-gmail-unsubscribe/hdkbhdodcejjjicmnmhhibenjmlgmkfc |
Descrição | Adds an unsubscribe link for when Gmail doesn't offer one |
Tamanho do Arquivo | 10.02 KB |
Contagem de Instalações | 939 |
Versão Atual | 1.1.0 |
Última Atualização | 2014-06-14 |
Data de Publicação | 2014-06-14 |
Classificação | 2.75/5 Total de 12 Avaliações |
Desenvolvedor | lox |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/lox/better-gmail-unsubscribe |
URL da Página de Ajuda | https://github.com/lox/better-gmail-unsubscribe/issues |
Idiomas Suportados | 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" } } |