Notifications and More for Outlook Web App

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

¿Qué es Notifications and More for Outlook Web App?

Notifications and More for Outlook Web App es una extensión de Chrome desarrollada por James Hickmott, y su función principal es "Display email count on the Outlook web app icon and adds some handy shortcuts".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Notifications and More for Outlook Web App

Descarga archivos de extensión Notifications and More for Outlook Web App en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Notifications and More for Outlook Web App Notifications and More for Outlook Web App
ID aldmgmgmjomckcjljebhedkkgbjodbih
URL Oficial https://chromewebstore.google.com/detail/notifications-and-more-fo/aldmgmgmjomckcjljebhedkkgbjodbih
Descripción Display email count on the Outlook web app icon and adds some handy shortcuts
Tamaño del Archivo 57.1 KB
Cantidad de Instalaciones 1,655
Versión Actual 1.4
Última Actualización 2022-01-19
Fecha de Publicación 2021-08-10
Calificación 2.00/5 Total de 4 Calificaciones
Desarrollador James Hickmott
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}