Notifications and More for Outlook Web App
Display email count on the Outlook web app icon and adds some handy shortcuts
Was ist Notifications and More for Outlook Web App?
Notifications and More for Outlook Web App ist eine Chrome-Erweiterung, die von James Hickmott entwickelt wurde, und ihr Hauptmerkmal ist "Display email count on the Outlook web app icon and adds some handy shortcuts".
Erweiterungsscreenshots
Notifications and More for Outlook Web App-Erweiterungs-CRX-Datei herunterladen
Laden Sie Notifications and More for Outlook Web App-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Notifications and More for Outlook Web App |
ID | aldmgmgmjomckcjljebhedkkgbjodbih |
Offizielle URL | https://chromewebstore.google.com/detail/notifications-and-more-fo/aldmgmgmjomckcjljebhedkkgbjodbih |
Beschreibung | Display email count on the Outlook web app icon and adds some handy shortcuts |
Dateigröße | 57.1 KB |
Installationsanzahl | 1,655 |
Aktuelle Version | 1.4 |
Letztes Update | 2022-01-19 |
Veröffentlichungsdatum | 2021-08-10 |
Bewertung | 2.00/5 Insgesamt 4 Bewertungen |
Entwickler | James Hickmott |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |