Mark All as Read

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

Hvad er Mark All as Read?

Mark All as Read er en Chrome-udvidelse udviklet af Codimite, og dens hovedfunktion er "This Chrome Extension mark all the unread emails as read at once with the single click.".

Udvidelsesskærmbilleder

screenshot

Download Mark All as Read-udvidelses-CRX-fil

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

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Mark All as Read Mark All as Read
ID gcgmldnijmeokhapgphpmeeghhnkdlhe
Officiel URL https://chromewebstore.google.com/detail/mark-all-as-read/gcgmldnijmeokhapgphpmeeghhnkdlhe
Beskrivelse This Chrome Extension mark all the unread emails as read at once with the single click.
Filstørrelse 1.81 MB
Antal Installationer 66
Nuværende Version 1.1.3
Senest Opdateret 2021-05-08
Udgivelsesdato 2021-04-08
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Codimite
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.codimite.com/privacy-policy
Understøttede Sprog 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"
    }
}