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
官方網址 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
電子郵箱 [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"
    }
}