Display Unread Count in Tab for OWA

This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.

什么是Display Unread Count in Tab for OWA?

Display Unread Count in Tab for OWA是由Jared Pavan开发的Chrome扩展程序,该扩展的主要功能是“This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.”。

扩展截图

screenshot

下载Display Unread Count in Tab for OWA扩展crx文件

下载Display Unread Count in Tab for OWA扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        I found myself annoyed by the Outlook Web App because one has to actually click on the OWA tab to see if you have any messages. With this extension, one can work in other tabs and know if they have any messages waiting for them or not.

This extension works with the OWA URL format https://*/owa/*

Support the development of this extension via Bitcoin or Dogecoin (for transparency)!
Bitcoin: 1DjZehKXGKAfecbcDYsjzT7pTmCXt5mFE1
Dogecoin: DPWbVMZespWTk9WVZQ8D5u25EPHvWiDrVn                    

扩展基本信息

名称 Display Unread Count in Tab for OWA Display Unread Count in Tab for OWA
ID eelenpkmbodgopefpbdghdmbeakcfnhc
官方URL https://chromewebstore.google.com/detail/display-unread-count-in-t/eelenpkmbodgopefpbdghdmbeakcfnhc
简介 This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.
文件大小 26.93 KB
安装次数 163
当前版本 1.2.3
更新时间 2014-01-03
上架时间 2014-01-03
评分 3.88/5 共8次评分
开发者 Jared Pavan
付费类型 free
扩展官网 https://github.com/pavanjared/OWA-Unread-Message-Count
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Display Unread Count in Tab for OWA",
    "manifest_version": 2,
    "version": "1.2.3",
    "description": "This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/owa\/*"
            ],
            "js": [
                "Unread_Count_OWA.user.js"
            ]
        }
    ]
}