Just Unsubscribe
Upgrade Gmail. Install the missing button to just unsubscribe.
Hvad er Just Unsubscribe?
Just Unsubscribe er en Chrome-udvidelse udviklet af https://justunsubscribe.com, og dens hovedfunktion er "Upgrade Gmail. Install the missing button to just unsubscribe.".
Udvidelsesskærmbilleder
Download Just Unsubscribe-udvidelses-CRX-fil
Download Just Unsubscribe-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Just Unsubscribe |
ID | kcciakdnngbpmkkegddmimdejdekiomm |
Officiel URL | https://chromewebstore.google.com/detail/just-unsubscribe/kcciakdnngbpmkkegddmimdejdekiomm |
Beskrivelse | Upgrade Gmail. Install the missing button to just unsubscribe. |
Filstørrelse | 107 KB |
Antal Installationer | 229 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2021-05-26 |
Udgivelsesdato | 2021-05-25 |
Bedømmelse | 4.00/5 Samlet 2 Bedømmelser |
Udvikler | https://justunsubscribe.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://justunsubscribe.com |
Understøttede Sprog | 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 } |