Email Unsubscribe Gmail-Yahoo

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

O que é Email Unsubscribe Gmail-Yahoo?

Email Unsubscribe Gmail-Yahoo é uma extensão do Chrome desenvolvida por Adblock Office, e sua principal característica é "Email unsubscriber for Gmail-Yahoo-Hotmail identifying unsubscribe button for you".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Email Unsubscribe Gmail-Yahoo

Baixe arquivos de extensão Email Unsubscribe Gmail-Yahoo 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

                        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.                    

Informações Básicas da Extensão

Nome Email Unsubscribe Gmail-Yahoo Email Unsubscribe Gmail-Yahoo
ID daoefekbhllagmnnbjnamcpfddbfkjin
URL Oficial https://chromewebstore.google.com/detail/email-unsubscribe-gmail-y/daoefekbhllagmnnbjnamcpfddbfkjin
Descrição Email unsubscriber for Gmail-Yahoo-Hotmail identifying unsubscribe button for you
Tamanho do Arquivo 89.49 KB
Contagem de Instalações 182
Versão Atual 1.1
Última Atualização 2023-01-22
Data de Publicação 2023-01-21
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Adblock Office
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.freeprivacypolicy.com/privacy/view/adb59705be0317131ed706eabb0f1a77
Idiomas Suportados 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"
    }
}