Notifications and More for Outlook Web App

Display email count on the Outlook web app icon and adds some handy shortcuts

What is Notifications and More for Outlook Web App?

Notifications and More for Outlook Web App is a Chrome extension developed by James Hickmott, and its main feature is "Display email count on the Outlook web app icon and adds some handy shortcuts".

Extension Screenshots

screenshot

Download Notifications and More for Outlook Web App Extension CRX File

Download Notifications and More for Outlook Web App 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

                        Displays the unread email notification count on the outlook web app icon when you have your inbox displayed and the folder view open

You must install Outlook as a chrome web app

SHORTCUTS
Ctrl+Shift+A - Select all emails in a conversation                    

Extension Basic Information

Name Notifications and More for Outlook Web App Notifications and More for Outlook Web App
ID aldmgmgmjomckcjljebhedkkgbjodbih
Official URL https://chromewebstore.google.com/detail/notifications-and-more-fo/aldmgmgmjomckcjljebhedkkgbjodbih
Description Display email count on the Outlook web app icon and adds some handy shortcuts
File Size 57.1 KB
Installation Count 1,655
Current Version 1.4
Last Updated 2022-01-19
Publish Date 2021-08-10
Rating 2.00/5 Total 4 Ratings
Developer James Hickmott
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notifications and More for Outlook Web App",
    "description": "Display email count on the Outlook web app icon and adds some handy shortcuts",
    "version": "1.4",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/outlook.office.com\/*"
            ],
            "js": [
                "jquery.1.11.1.min.js",
                "background.js"
            ]
        }
    ]
}