Just Unsubscribe
Upgrade Gmail. Install the missing button to just unsubscribe.
O que é Just Unsubscribe?
Just Unsubscribe é uma extensão do Chrome desenvolvida por https://justunsubscribe.com, e sua principal característica é "Upgrade Gmail. Install the missing button to just unsubscribe.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Just Unsubscribe
Baixe arquivos de extensão Just 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
Stop wasting your time hunting for unsubscribe links. Install this extension to add the missing unsubscribe button to Gmail. Click the button and we’ll find the fastest way for you to opt out. Oh, and your emails never leave Gmail – secure and private all the way.
Informações Básicas da Extensão
Nome | Just Unsubscribe |
ID | kcciakdnngbpmkkegddmimdejdekiomm |
URL Oficial | https://chromewebstore.google.com/detail/just-unsubscribe/kcciakdnngbpmkkegddmimdejdekiomm |
Descrição | Upgrade Gmail. Install the missing button to just unsubscribe. |
Tamanho do Arquivo | 107 KB |
Contagem de Instalações | 229 |
Versão Atual | 1.0.0 |
Última Atualização | 2021-05-26 |
Data de Publicação | 2021-05-25 |
Classificação | 4.00/5 Total de 2 Avaliações |
Desenvolvedor | https://justunsubscribe.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://justunsubscribe.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "name": "Just Unsubscribe", "description": "Upgrade Gmail. Install the missing button to just unsubscribe.", "permissions": [ "https:\/\/mail.google.com\/", "http:\/\/localhost:5000\/", "https:\/\/justunsubscribe.com\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "inboxsdk.js", "loader.js" ] } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "web_accessible_resources": [ "icons\/unsubscribe.svg" ], "manifest_version": 2 } |