Add "Mark All Read" button to GMail
Allows you to mark all messages as read with one click.
Wat is Add "Mark All Read" button to GMail?
Add "Mark All Read" button to GMail is een Chrome-extensie ontwikkeld door pressbin, en de belangrijkste functie is "Allows you to mark all messages as read with one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Add "Mark All Read" button to GMail
Download Add "Mark All Read" button to GMail-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The button allows you to change every visible message with an "unread" status to "read" status.
Basisinformatie over de Extensie
Naam | Add "Mark All Read" button to GMail |
ID | mhgahabpbdjldmonmfgehfhjmgjedjkc |
Officiële URL | https://chromewebstore.google.com/detail/add-mark-all-read-button/mhgahabpbdjldmonmfgehfhjmgjedjkc |
Beschrijving | Allows you to mark all messages as read with one click. |
Bestandsgrootte | 4.38 KB |
Aantal Installaties | 672 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2022-07-01 |
Publicatiedatum | 2015-01-06 |
Beoordeling | 3.00/5 Totaal 14 Beoordelingen |
Ontwikkelaar | pressbin |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |