Mark All as Read

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

Co je Mark All as Read?

Mark All as Read je rozšíření Chrome vyvinuté Codimite, a jeho hlavní funkcí je „This Chrome Extension mark all the unread emails as read at once with the single click.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Mark All as Read

Stáhněte si soubory rozšíření Mark All as Read ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Mark All as Read Mark All as Read
ID gcgmldnijmeokhapgphpmeeghhnkdlhe
Oficiální URL https://chromewebstore.google.com/detail/mark-all-as-read/gcgmldnijmeokhapgphpmeeghhnkdlhe
Popis This Chrome Extension mark all the unread emails as read at once with the single click.
Velikost souboru 1.81 MB
Počet instalací 66
Aktuální Verze 1.1.3
Poslední Aktualizace 2021-05-08
Datum Vydání 2021-04-08
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Codimite
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.codimite.com/privacy-policy
Podporované Jazyky 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"
    }
}