Add "Mark All Read" button to GMail
Allows you to mark all messages as read with one click.
Hvad er Add "Mark All Read" button to GMail?
Add "Mark All Read" button to GMail er en Chrome-udvidelse udviklet af pressbin, og dens hovedfunktion er "Allows you to mark all messages as read with one click.".
Udvidelsesskærmbilleder
Download Add "Mark All Read" button to GMail-udvidelses-CRX-fil
Download Add "Mark All Read" button to GMail-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
The button allows you to change every visible message with an "unread" status to "read" status.
Grundlæggende oplysninger om udvidelsen
Navn | Add "Mark All Read" button to GMail |
ID | mhgahabpbdjldmonmfgehfhjmgjedjkc |
Officiel URL | https://chromewebstore.google.com/detail/add-mark-all-read-button/mhgahabpbdjldmonmfgehfhjmgjedjkc |
Beskrivelse | Allows you to mark all messages as read with one click. |
Filstørrelse | 4.38 KB |
Antal Installationer | 672 |
Nuværende Version | 1.3 |
Senest Opdateret | 2022-07-01 |
Udgivelsesdato | 2015-01-06 |
Bedømmelse | 3.00/5 Samlet 14 Bedømmelser |
Udvikler | pressbin |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } |