Google Chat Mark as Read
Adds button to quickly mark all Google Chat Room notifications as read
Co je Google Chat Mark as Read?
Google Chat Mark as Read je rozšíření Chrome vyvinuté https://colbywoods.dev, a jeho hlavní funkcí je „Adds button to quickly mark all Google Chat Room notifications as read“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Google Chat Mark as Read
Stáhněte si soubory rozšíření Google Chat Mark as Read ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Google Chat Mark as Read |
ID | mfoklnlmddfdpfmcdniicgacnoklginh |
Oficiální URL | https://chromewebstore.google.com/detail/google-chat-mark-as-read/mfoklnlmddfdpfmcdniicgacnoklginh |
Popis | Adds button to quickly mark all Google Chat Room notifications as read |
Velikost souboru | 12.43 KB |
Počet instalací | 1,000 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2023-03-20 |
Datum Vydání | 2021-07-16 |
Hodnocení | 3.00/5 Celkem 2 Hodnocení |
Vývojář | https://colbywoods.dev |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |