Unread count for Outlook

A Chrome plugin to display Outlook unread messages count on the tab.

Unread count for Outlook là gì?

Unread count for Outlook là một tiện ích mở rộng Chrome được phát triển bởi Francois-Xavier Bonnet, và tính năng chính của nó là "A Chrome plugin to display Outlook unread messages count on the 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 Unread count for Outlook

Tải xuống các tệp mở rộng Unread count for Outlook 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

                        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.                    

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

Tên Unread count for Outlook Unread count for Outlook
ID jdkiibneihnhojkhlffdlpffimedpanm
URL Chính Thức https://chromewebstore.google.com/detail/unread-count-for-outlook/jdkiibneihnhojkhlffdlpffimedpanm
Mô tả A Chrome plugin to display Outlook unread messages count on the tab.
Kích Thước Tệp 17.43 KB
Số Lần Cài Đặt 735
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2021-10-08
Ngày Phát Hành 2019-07-24
Đánh Giá 3.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Francois-Xavier Bonnet
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/fxbonnet/unread-count-for-outlook
Ngôn Ngữ Được Hỗ Trợ 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*"
    ]
}