Mark All as Read
This Chrome Extension mark all the unread emails as read at once with the single click.
什么是Mark All as Read?
Mark All as Read是由Codimite开发的Chrome扩展程序,该扩展的主要功能是“This Chrome Extension mark all the unread emails as read at once with the single click.”。
扩展截图
下载Mark All as Read扩展crx文件
下载Mark All as Read扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This chrome extension built to meet the needs of Codimite clients. This Chrome Extension mark all the unread emails as read at once with the single click.
扩展基本信息
名称 | Mark All as Read |
ID | gcgmldnijmeokhapgphpmeeghhnkdlhe |
官方URL | https://chromewebstore.google.com/detail/mark-all-as-read/gcgmldnijmeokhapgphpmeeghhnkdlhe |
简介 | This Chrome Extension mark all the unread emails as read at once with the single click. |
文件大小 | 1.81 MB |
安装次数 | 66 |
当前版本 | 1.1.3 |
更新时间 | 2021-05-08 |
上架时间 | 2021-04-08 |
评分 | 5.00/5 共1次评分 |
开发者 | Codimite |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.codimite.com/privacy-policy |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mark All as Read", "description": "This Chrome Extension mark all the unread emails as read at once with the single click.", "version": "1.1.3", "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "readAllmail.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": "img\/logo3.png" }, "icons": { "128": "img\/logo3.png" } } |