Email Unsubscribe Gmail-Yahoo

Email unsubscriber for Gmail-Yahoo-Hotmail identifying unsubscribe button for you

Cos'è Email Unsubscribe Gmail-Yahoo?

Email Unsubscribe Gmail-Yahoo è un'estensione di Chrome sviluppata da Adblock Office, e la sua funzione principale è "Email unsubscriber for Gmail-Yahoo-Hotmail identifying unsubscribe button for you".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Email Unsubscribe Gmail-Yahoo

Scarica i file di estensione Email Unsubscribe Gmail-Yahoo 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

                        Our chrome extension, "Unsubscribe Gmail - Emails Unsubscriber," is the ultimate solution for managing your inbox on email platforms such as Gmail, Yahoo Mail, and Hotmail. It is designed to help you easily identify and unsubscribe from unwanted or bulk emails, including those from marketing campaigns. The extension automatically adds a button in the browser bar (extension icon) making it easy for you to quickly stop receiving emails you no longer wish to receive. This is especially useful for those who have a lot of subscriptions or who are bombarded with spam emails.

Our extension also ensures that it does not remove legitimate emails from a company or organization with a registered trademark, as trademark infringement is a concern. The extension is not only easy to use but also completely free. You can use this tool without any cost. It's a simple, yet powerful tool that will help you take control of your inbox and reduce the clutter in your email inbox.

With our chrome extension, you can easily organize inbox emails from all Yahoo Mail subscriptions at once and bulk unsubscribe from Gmail subscriptions for free. It's the perfect tool for anyone who wants to declutter their inbox and stop receiving unwanted emails.

We also have a Google Script that parses the content of bulk emails and finds the unsubscribe link. If an unsubscribe link is found, the script opens the link and your email is automatically unsubscribed. In some cases, the bulk sender would require you to send a message to a special email address to finish unregistration, and our Google script can do that as well. The big advantage is that you don’t have to grant access to your Gmail or Yahoo account to any third-party service and you can add subscription emails to the unsubscribe list. Also, your data will not be accessed or copied.                    

Informazioni di Base sull'Estensione

Nome Email Unsubscribe Gmail-Yahoo Email Unsubscribe Gmail-Yahoo
ID daoefekbhllagmnnbjnamcpfddbfkjin
URL Ufficiale https://chromewebstore.google.com/detail/email-unsubscribe-gmail-y/daoefekbhllagmnnbjnamcpfddbfkjin
Descrizione Email unsubscriber for Gmail-Yahoo-Hotmail identifying unsubscribe button for you
Dimensione del File 89.49 KB
Conteggio Installazioni 182
Versione Corrente 1.1
Ultimo Aggiornamento 2023-01-22
Data di Pubblicazione 2023-01-21
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Adblock Office
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.freeprivacypolicy.com/privacy/view/adb59705be0317131ed706eabb0f1a77
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email Unsubscribe Gmail-Yahoo",
    "options_page": "options.html",
    "description": "Email unsubscriber for Gmail-Yahoo-Hotmail identifying unsubscribe button for you",
    "icons": {
        "16": "\/images\/unsub-128.png",
        "24": "\/images\/unsub-128.png",
        "32": "\/images\/unsub-128.png",
        "48": "\/images\/unsub-128.png",
        "128": "\/images\/unsub-128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/unsub-128.png",
            "24": "\/images\/unsub-128.png",
            "32": "\/images\/unsub-128.png",
            "48": "\/images\/unsub-128.png",
            "128": "\/images\/unsub-128.png"
        },
        "default_title": "Click here Unsubscribe"
    },
    "manifest_version": 3,
    "version": "1.1",
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "worker_container.js"
    }
}