Mark All as Read
This Chrome Extension mark all the unread emails as read at once with the single click.
Mark All as Read là gì?
Mark All as Read là một tiện ích mở rộng Chrome được phát triển bởi Codimite, và tính năng chính của nó là "This Chrome Extension mark all the unread emails as read at once with the single click.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mark All as Read
Tải xuống các tệp mở rộng Mark All 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
This chrome extension built to meet the needs of Codimite clients. This Chrome Extension mark all the unread emails as read at once with the single click.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mark All as Read |
ID | gcgmldnijmeokhapgphpmeeghhnkdlhe |
URL Chính Thức | https://chromewebstore.google.com/detail/mark-all-as-read/gcgmldnijmeokhapgphpmeeghhnkdlhe |
Mô tả | This Chrome Extension mark all the unread emails as read at once with the single click. |
Kích Thước Tệp | 1.81 MB |
Số Lần Cài Đặt | 66 |
Phiên Bản Hiện Tại | 1.1.3 |
Cập Nhật Lần Cuối | 2021-05-08 |
Ngày Phát Hành | 2021-04-08 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Codimite |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.codimite.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mark All as Read", "description": "This Chrome Extension mark all the unread emails as read at once with the single click.", "version": "1.1.3", "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "readAllmail.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": "img\/logo3.png" }, "icons": { "128": "img\/logo3.png" } } |