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开发的Chrome扩展程序,该扩展的主要功能是“Adds button to quickly mark all Google Chat Room notifications as read”。
扩展截图
下载Google Chat Mark as Read扩展crx文件
下载Google Chat Mark as Read扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } ] } |