Add "Mark All Read" button to GMail
Allows you to mark all messages as read with one click.
What is Add "Mark All Read" button to GMail?
Add "Mark All Read" button to GMail is a Chrome extension developed by pressbin, and its main feature is "Allows you to mark all messages as read with one click.".
Extension Screenshots
Download Add "Mark All Read" button to GMail Extension CRX File
Download Add "Mark All Read" button to GMail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The button allows you to change every visible message with an "unread" status to "read" status.
Extension Basic Information
Name | Add "Mark All Read" button to GMail |
ID | mhgahabpbdjldmonmfgehfhjmgjedjkc |
Official URL | https://chromewebstore.google.com/detail/add-mark-all-read-button/mhgahabpbdjldmonmfgehfhjmgjedjkc |
Description | Allows you to mark all messages as read with one click. |
File Size | 4.38 KB |
Installation Count | 672 |
Current Version | 1.3 |
Last Updated | 2022-07-01 |
Publish Date | 2015-01-06 |
Rating | 3.00/5 Total 14 Ratings |
Developer | pressbin |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |