Just Unsubscribe
Upgrade Gmail. Install the missing button to just unsubscribe.
Cos'è Just Unsubscribe?
Just Unsubscribe è un'estensione di Chrome sviluppata da https://justunsubscribe.com, e la sua funzione principale è "Upgrade Gmail. Install the missing button to just unsubscribe.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Just Unsubscribe
Scarica i file di estensione Just 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
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.
Informazioni di Base sull'Estensione
Nome | Just Unsubscribe |
ID | kcciakdnngbpmkkegddmimdejdekiomm |
URL Ufficiale | https://chromewebstore.google.com/detail/just-unsubscribe/kcciakdnngbpmkkegddmimdejdekiomm |
Descrizione | Upgrade Gmail. Install the missing button to just unsubscribe. |
Dimensione del File | 107 KB |
Conteggio Installazioni | 229 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-05-26 |
Data di Pubblicazione | 2021-05-25 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | https://justunsubscribe.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://justunsubscribe.com |
Lingue Supportate | 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 } |