Better Gmail Unsubscribe

Adds an unsubscribe link for when Gmail doesn't offer one

Better Gmail Unsubscribe là gì?

Better Gmail Unsubscribe là một tiện ích mở rộng Chrome được phát triển bởi lox, và tính năng chính của nó là "Adds an unsubscribe link for when Gmail doesn't offer one".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Better Gmail Unsubscribe

Tải xuống các tệp mở rộng Better Gmail Unsubscribe dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Gmail offers an unsubscribe link for emails with certain headers, unfortunately this doesn't apply to a lot of emails that I want to unsubscribe from.

When the gmail unsubscribe link is missing, this extension adds it and when clicked opens a new tab with any unsubscribe links found in the body of the message.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Better Gmail Unsubscribe Better Gmail Unsubscribe
ID hdkbhdodcejjjicmnmhhibenjmlgmkfc
URL Chính Thức https://chrome.google.com/webstore/detail/better-gmail-unsubscribe/hdkbhdodcejjjicmnmhhibenjmlgmkfc
Mô tả Adds an unsubscribe link for when Gmail doesn't offer one
Kích Thước Tệp 10.02 KB
Số Lần Cài Đặt 939
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2014-06-14
Ngày Phát Hành 2014-06-14
Đánh Giá 2.75/5 Tổng số 12 Đánh Giá
Nhà Phát Triển lox
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/lox/better-gmail-unsubscribe
URL Trang Trợ Giúp https://github.com/lox/better-gmail-unsubscribe/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Gmail Unsubscribe",
    "version": "1.1.0",
    "description": "Adds an unsubscribe link for when Gmail doesn't offer one",
    "short_name": "Adds an unsubscribe link for when Gmail doesn't offer one",
    "permissions": [
        "tabs",
        "https:\/\/mail.google.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "icon.png"
    }
}