Notifications and More for Outlook Web App

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

Wat is Notifications and More for Outlook Web App?

Notifications and More for Outlook Web App is een Chrome-extensie ontwikkeld door James Hickmott, en de belangrijkste functie is "Display email count on the Outlook web app icon and adds some handy shortcuts".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Notifications and More for Outlook Web App

Download Notifications and More for Outlook Web App-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Notifications and More for Outlook Web App Notifications and More for Outlook Web App
ID aldmgmgmjomckcjljebhedkkgbjodbih
Officiële URL https://chromewebstore.google.com/detail/notifications-and-more-fo/aldmgmgmjomckcjljebhedkkgbjodbih
Beschrijving Display email count on the Outlook web app icon and adds some handy shortcuts
Bestandsgrootte 57.1 KB
Aantal Installaties 1,655
Huidige Versie 1.4
Laatst Bijgewerkt 2022-01-19
Publicatiedatum 2021-08-10
Beoordeling 2.00/5 Totaal 4 Beoordelingen
Ontwikkelaar James Hickmott
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}