Add "Mark All Read" button to GMail

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

Apa itu Add "Mark All Read" button to GMail?

Add "Mark All Read" button to GMail adalah ekstensi Chrome yang dikembangkan oleh pressbin, dan fitur utamanya adalah "Allows you to mark all messages as read with one click.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Add "Mark All Read" button to GMail

Unduh file ekstensi Add "Mark All Read" button to GMail dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Add Add "Mark All Read" button to GMail
ID mhgahabpbdjldmonmfgehfhjmgjedjkc
URL Resmi https://chromewebstore.google.com/detail/add-mark-all-read-button/mhgahabpbdjldmonmfgehfhjmgjedjkc
Deskripsi Allows you to mark all messages as read with one click.
Ukuran File 4.38 KB
Jumlah Instalasi 672
Versi Saat Ini 1.3
Terakhir Diperbarui 2022-07-01
Tanggal Publikasi 2015-01-06
Penilaian 3.00/5 Total 14 Penilaian
Pengembang pressbin
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}