Unread count for Outlook

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

What is Unread count for Outlook?

Unread count for Outlook is a Chrome extension developed by Francois-Xavier Bonnet, and its main feature is "A Chrome plugin to display Outlook unread messages count on the tab.".

Extension Screenshots

screenshot

Download Unread count for Outlook Extension CRX File

Download Unread count for Outlook extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Unread count for Outlook Unread count for Outlook
ID jdkiibneihnhojkhlffdlpffimedpanm
Official URL https://chromewebstore.google.com/detail/unread-count-for-outlook/jdkiibneihnhojkhlffdlpffimedpanm
Description A Chrome plugin to display Outlook unread messages count on the tab.
File Size 17.43 KB
Installation Count 735
Current Version 2.1
Last Updated 2021-10-08
Publish Date 2019-07-24
Rating 3.00/5 Total 9 Ratings
Developer Francois-Xavier Bonnet
Email [email protected]
Payment Type free
Extension Website https://github.com/fxbonnet/unread-count-for-outlook
Supported Languages 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*"
    ]
}