Notifications and More for Outlook Web App

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

Qu'est-ce que Notifications and More for Outlook Web App ?

Notifications and More for Outlook Web App est une extension Chrome développée par James Hickmott, et sa fonction principale est "Display email count on the Outlook web app icon and adds some handy shortcuts".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Notifications and More for Outlook Web App

Téléchargez les fichiers d'extension Notifications and More for Outlook Web App au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Notifications and More for Outlook Web App Notifications and More for Outlook Web App
ID aldmgmgmjomckcjljebhedkkgbjodbih
URL Officiel 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
Taille du Fichier 57.1 KB
Nombre d'Installations 1,655
Version Actuelle 1.4
Dernière Mise à Jour 2022-01-19
Date de Publication 2021-08-10
Évaluation 2.00/5 Total 4 Évaluations
Développeur James Hickmott
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}