Google Chat Mark as Read

Adds button to quickly mark all Google Chat Room notifications as read

Google Chat Mark as Read là gì?

Google Chat Mark as Read là một tiện ích mở rộng Chrome được phát triển bởi https://colbywoods.dev, và tính năng chính của nó là "Adds button to quickly mark all Google Chat Room notifications as read".

Ả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 Google Chat Mark as Read

Tải xuống các tệp mở rộng Google Chat Mark as Read 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

                        Google Chat Extension for Mail and Chat App to mark all rooms as read. 

Click the button and wait while the extension iterates through all rooms with unread messages and clears the notifications for you.

Save yourself some time and skip marking read by hand.                    

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

Tên Google Chat Mark as Read Google Chat Mark as Read
ID mfoklnlmddfdpfmcdniicgacnoklginh
URL Chính Thức https://chromewebstore.google.com/detail/google-chat-mark-as-read/mfoklnlmddfdpfmcdniicgacnoklginh
Mô tả Adds button to quickly mark all Google Chat Room notifications as read
Kích Thước Tệp 12.43 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-03-20
Ngày Phát Hành 2021-07-16
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://colbywoods.dev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Chat Mark as Read",
    "version": "1.0.0",
    "description": "Adds button to quickly mark all Google Chat Room notifications as read",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/chat\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}