Mark All as Read

This Chrome Extension mark all the unread emails as read at once with the single click.

Cos'è Mark All as Read?

Mark All as Read è un'estensione di Chrome sviluppata da Codimite, e la sua funzione principale è "This Chrome Extension mark all the unread emails as read at once with the single click.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Mark All as Read

Scarica i file di estensione Mark All as Read 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Mark All as Read Mark All as Read
ID gcgmldnijmeokhapgphpmeeghhnkdlhe
URL Ufficiale https://chromewebstore.google.com/detail/mark-all-as-read/gcgmldnijmeokhapgphpmeeghhnkdlhe
Descrizione This Chrome Extension mark all the unread emails as read at once with the single click.
Dimensione del File 1.81 MB
Conteggio Installazioni 66
Versione Corrente 1.1.3
Ultimo Aggiornamento 2021-05-08
Data di Pubblicazione 2021-04-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Codimite
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.codimite.com/privacy-policy
Lingue Supportate 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"
    }
}