Add "Mark All Read" button to GMail

Allows you to mark all messages as read with one click.

Cos'è Add "Mark All Read" button to GMail?

Add "Mark All Read" button to GMail è un'estensione di Chrome sviluppata da pressbin, e la sua funzione principale è "Allows you to mark all messages as read with one click.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Add "Mark All Read" button to GMail

Scarica i file di estensione Add "Mark All Read" button to GMail in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The button allows you to change every visible message with an "unread" status to "read" status.                    

Informazioni di Base sull'Estensione

Nome Add Add "Mark All Read" button to GMail
ID mhgahabpbdjldmonmfgehfhjmgjedjkc
URL Ufficiale https://chromewebstore.google.com/detail/add-mark-all-read-button/mhgahabpbdjldmonmfgehfhjmgjedjkc
Descrizione Allows you to mark all messages as read with one click.
Dimensione del File 4.38 KB
Conteggio Installazioni 672
Versione Corrente 1.3
Ultimo Aggiornamento 2022-07-01
Data di Pubblicazione 2015-01-06
Valutazione 3.00/5 Totale 14 Valutazioni
Sviluppatore pressbin
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}