Add "Mark All Read" button to GMail

Allows you to mark all messages as read with one click.

Add "Mark All Read" button to GMail là gì?

Add "Mark All Read" button to GMail là một tiện ích mở rộng Chrome được phát triển bởi pressbin, và tính năng chính của nó là "Allows you to mark all messages as read with one click.".

Ả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 Add "Mark All Read" button to GMail

Tải xuống các tệp mở rộng Add "Mark All Read" button to GMail 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

                        The button allows you to change every visible message with an "unread" status to "read" status.                    

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

Tên Add Add "Mark All Read" button to GMail
ID mhgahabpbdjldmonmfgehfhjmgjedjkc
URL Chính Thức https://chromewebstore.google.com/detail/add-mark-all-read-button/mhgahabpbdjldmonmfgehfhjmgjedjkc
Mô tả Allows you to mark all messages as read with one click.
Kích Thước Tệp 4.38 KB
Số Lần Cài Đặt 672
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2022-07-01
Ngày Phát Hành 2015-01-06
Đánh Giá 3.00/5 Tổng số 14 Đánh Giá
Nhà Phát Triển pressbin
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "https:\/\/mail.google.com\/mail*"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "description": "Allows you to mark all messages as read with one click.",
    "name": "Add \"Mark All Read\" button to GMail",
    "version": "1.3"
}