Email Unsubscribe Gmail-Yahoo

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

Email Unsubscribe Gmail-Yahooとは何ですか?

Email Unsubscribe Gmail-YahooはAdblock Officeによって開発されたChromeの拡張機能で、その主な機能は「Email unsubscriber for Gmail-Yahoo-Hotmail identifying unsubscribe button for you」です。

拡張機能のスクリーンショット

screenshot
screenshot

Email Unsubscribe Gmail-Yahoo拡張機能のCRXファイルをダウンロード

Email Unsubscribe Gmail-Yahoo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Email Unsubscribe Gmail-Yahoo Email Unsubscribe Gmail-Yahoo
ID daoefekbhllagmnnbjnamcpfddbfkjin
公式URL https://chromewebstore.google.com/detail/email-unsubscribe-gmail-y/daoefekbhllagmnnbjnamcpfddbfkjin
説明 Email unsubscriber for Gmail-Yahoo-Hotmail identifying unsubscribe button for you
ファイルサイズ 89.49 KB
インストール数 182
現在のバージョン 1.1
最終更新日 2023-01-22
公開日 2023-01-21
評価 5.00/5 合計 2 レビュー
開発者 Adblock Office
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.freeprivacypolicy.com/privacy/view/adb59705be0317131ed706eabb0f1a77
対応言語 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"
    }
}