Notifications and More for Outlook Web App
Display email count on the Outlook web app icon and adds some handy shortcuts
Τι είναι το Notifications and More for Outlook Web App;
Το Notifications and More for Outlook Web App είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον James Hickmott, και η κύρια λειτουργία του είναι "Display email count on the Outlook web app icon and adds some handy shortcuts".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Notifications and More for Outlook Web App
Λήψη αρχείων επέκτασης Notifications and More for Outlook Web App σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Notifications and More for Outlook Web App |
ID | aldmgmgmjomckcjljebhedkkgbjodbih |
Επίσημο URL | https://chromewebstore.google.com/detail/notifications-and-more-fo/aldmgmgmjomckcjljebhedkkgbjodbih |
Περιγραφή | Display email count on the Outlook web app icon and adds some handy shortcuts |
Μέγεθος Αρχείου | 57.1 KB |
Αριθμός Εγκαταστάσεων | 1,655 |
Τρέχουσα Έκδοση | 1.4 |
Τελευταία Ενημέρωση | 2022-01-19 |
Ημερομηνία Δημοσίευσης | 2021-08-10 |
Αξιολόγηση | 2.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | James Hickmott |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |