Add "Mark All Read" button to GMail

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

Co to jest Add "Mark All Read" button to GMail?

Add "Mark All Read" button to GMail to rozszerzenie Chrome opracowane przez pressbin, a jego główną funkcją jest „Allows you to mark all messages as read with one click.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Add "Mark All Read" button to GMail

Pobierz pliki rozszerzeń Add "Mark All Read" button to GMail w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Add Add "Mark All Read" button to GMail
ID mhgahabpbdjldmonmfgehfhjmgjedjkc
Oficjalny URL https://chromewebstore.google.com/detail/add-mark-all-read-button/mhgahabpbdjldmonmfgehfhjmgjedjkc
Opis Allows you to mark all messages as read with one click.
Rozmiar pliku 4.38 KB
Liczba instalacji 672
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2022-07-01
Data Publikacji 2015-01-06
Ocena 3.00/5 Łącznie 14 Oceny
Deweloper pressbin
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}