Google Chat Mark as Read

Adds button to quickly mark all Google Chat Room notifications as read

ما هو Google Chat Mark as Read؟

Google Chat Mark as Read هو إضافة Chrome تم تطويرها بواسطة https://colbywoods.dev، والميزة الرئيسية لها هي "Adds button to quickly mark all Google Chat Room notifications as read".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Google Chat Mark as Read

قم بتنزيل ملفات الامتداد Google Chat Mark as Read بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Google Chat Mark as Read Google Chat Mark as Read
ID mfoklnlmddfdpfmcdniicgacnoklginh
عنوان URL الرسمي https://chromewebstore.google.com/detail/google-chat-mark-as-read/mfoklnlmddfdpfmcdniicgacnoklginh
الوصف Adds button to quickly mark all Google Chat Room notifications as read
حجم الملف 12.43 KB
عدد التثبيتات 1,000
النسخة الحالية 1.0.0
آخر تحديث 2023-03-20
تاريخ النشر 2021-07-16
تقييم 3.00/5 مجموع تقييمات 2
المطور https://colbywoods.dev
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
        }
    ]
}