Unread count for Outlook
A Chrome plugin to display Outlook unread messages count on the tab.
什么是Unread count for Outlook?
Unread count for Outlook是由Francois-Xavier Bonnet开发的Chrome扩展程序,该扩展的主要功能是“A Chrome plugin to display Outlook unread messages count on the tab.”。
扩展截图
下载Unread count for Outlook扩展crx文件
下载Unread count for Outlook扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Just displays the Outlook unread count directly on the tab. No setting required. Supports multiple Outlook accounts opened in multiple tabs. Once the plugin installed, just refresh the tab in order to see the unread count.
扩展基本信息
名称 | Unread count for Outlook |
ID | jdkiibneihnhojkhlffdlpffimedpanm |
官方URL | https://chromewebstore.google.com/detail/unread-count-for-outlook/jdkiibneihnhojkhlffdlpffimedpanm |
简介 | A Chrome plugin to display Outlook unread messages count on the tab. |
文件大小 | 17.43 KB |
安装次数 | 735 |
当前版本 | 2.1 |
更新时间 | 2021-10-08 |
上架时间 | 2019-07-24 |
评分 | 3.00/5 共9次评分 |
开发者 | Francois-Xavier Bonnet |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/fxbonnet/unread-count-for-outlook |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unread count for Outlook", "manifest_version": 2, "version": "2.1", "description": "A Chrome plugin to display Outlook unread messages count on the tab.", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/owa\/*", "https:\/\/*.outlook.com\/*", "https:\/\/outlook.live.com\/*", "https:\/\/*.office.com\/*", "https:\/\/*\/mail\/inbox*" ], "js": [ "favico-0.3.10.min.js", "unread-count-for-outlook.js" ] } ], "permissions": [ "https:\/\/*\/owa\/*", "https:\/\/*.outlook.com\/*", "https:\/\/outlook.live.com\/*", "https:\/\/*.office.com\/*", "https:\/\/*\/mail\/inbox*" ] } |