Mark All as Read

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

Wat is Mark All as Read?

Mark All as Read is een Chrome-extensie ontwikkeld door Codimite, en de belangrijkste functie is "This Chrome Extension mark all the unread emails as read at once with the single click.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Mark All as Read

Download Mark All as Read-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

                        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.                    

Basisinformatie over de Extensie

Naam Mark All as Read Mark All as Read
ID gcgmldnijmeokhapgphpmeeghhnkdlhe
Officiële URL https://chromewebstore.google.com/detail/mark-all-as-read/gcgmldnijmeokhapgphpmeeghhnkdlhe
Beschrijving This Chrome Extension mark all the unread emails as read at once with the single click.
Bestandsgrootte 1.81 MB
Aantal Installaties 66
Huidige Versie 1.1.3
Laatst Bijgewerkt 2021-05-08
Publicatiedatum 2021-04-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Codimite
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.codimite.com/privacy-policy
Ondersteunde Talen 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"
    }
}