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 https://colbywoods.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds button to quickly mark all Google Chat Room notifications as read"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Chat Mark as Read एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } ] } |