Notifications and More for Outlook Web App
Display email count on the Outlook web app icon and adds some handy shortcuts
Hvad er Notifications and More for Outlook Web App?
Notifications and More for Outlook Web App er en Chrome-udvidelse udviklet af James Hickmott, og dens hovedfunktion er "Display email count on the Outlook web app icon and adds some handy shortcuts".
Udvidelsesskærmbilleder
Download Notifications and More for Outlook Web App-udvidelses-CRX-fil
Download Notifications and More for Outlook Web App-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Notifications and More for Outlook Web App |
ID | aldmgmgmjomckcjljebhedkkgbjodbih |
Officiel URL | https://chromewebstore.google.com/detail/notifications-and-more-fo/aldmgmgmjomckcjljebhedkkgbjodbih |
Beskrivelse | Display email count on the Outlook web app icon and adds some handy shortcuts |
Filstørrelse | 57.1 KB |
Antal Installationer | 1,655 |
Nuværende Version | 1.4 |
Senest Opdateret | 2022-01-19 |
Udgivelsesdato | 2021-08-10 |
Bedømmelse | 2.00/5 Samlet 4 Bedømmelser |
Udvikler | James Hickmott |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |