Mark All as Read

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

Apa itu Mark All as Read?

Mark All as Read adalah ekstensi Chrome yang dikembangkan oleh Codimite, dan fitur utamanya adalah "This Chrome Extension mark all the unread emails as read at once with the single click.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Mark All as Read

Unduh file ekstensi Mark All as Read 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

                        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.                    

Informasi Dasar Ekstensi

Nama Mark All as Read Mark All as Read
ID gcgmldnijmeokhapgphpmeeghhnkdlhe
URL Resmi https://chromewebstore.google.com/detail/mark-all-as-read/gcgmldnijmeokhapgphpmeeghhnkdlhe
Deskripsi This Chrome Extension mark all the unread emails as read at once with the single click.
Ukuran File 1.81 MB
Jumlah Instalasi 66
Versi Saat Ini 1.1.3
Terakhir Diperbarui 2021-05-08
Tanggal Publikasi 2021-04-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Codimite
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.codimite.com/privacy-policy
Bahasa yang Didukung 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"
    }
}