Google Chat Mark as Read
Adds button to quickly mark all Google Chat Room notifications as read
Apa itu Google Chat Mark as Read?
Google Chat Mark as Read adalah ekstensi Chrome yang dikembangkan oleh https://colbywoods.dev, dan fitur utamanya adalah "Adds button to quickly mark all Google Chat Room notifications as read".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google Chat Mark as Read
Unduh file ekstensi Google Chat Mark 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
Google Chat Extension for Mail and Chat App to mark all rooms as read. Click the button and wait while the extension iterates through all rooms with unread messages and clears the notifications for you. Save yourself some time and skip marking read by hand.
Informasi Dasar Ekstensi
Nama | Google Chat Mark as Read |
ID | mfoklnlmddfdpfmcdniicgacnoklginh |
URL Resmi | https://chromewebstore.google.com/detail/google-chat-mark-as-read/mfoklnlmddfdpfmcdniicgacnoklginh |
Deskripsi | Adds button to quickly mark all Google Chat Room notifications as read |
Ukuran File | 12.43 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2023-03-20 |
Tanggal Publikasi | 2021-07-16 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | https://colbywoods.dev |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Chat Mark as Read", "version": "1.0.0", "description": "Adds button to quickly mark all Google Chat Room notifications as read", "content_scripts": [ { "matches": [ "https:\/\/chat.google.com\/*", "https:\/\/mail.google.com\/chat\/*" ], "all_frames": true, "js": [ "content.js" ], "run_at": "document_end" } ] } |