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 là gì?

Display Unread Count in Tab for OWA là một tiện ích mở rộng Chrome được phát triển bởi Jared Pavan, và tính năng chính của nó là "This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Display Unread Count in Tab for OWA

Tải xuống các tệp mở rộng Display Unread Count in Tab for OWA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Display Unread Count in Tab for OWA Display Unread Count in Tab for OWA
ID eelenpkmbodgopefpbdghdmbeakcfnhc
URL Chính Thức https://chromewebstore.google.com/detail/display-unread-count-in-t/eelenpkmbodgopefpbdghdmbeakcfnhc
Mô tả This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.
Kích Thước Tệp 26.93 KB
Số Lần Cài Đặt 163
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2014-01-03
Ngày Phát Hành 2014-01-03
Đánh Giá 3.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Jared Pavan
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/pavanjared/OWA-Unread-Message-Count
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}