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 James Hickmott द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display email count on the Outlook web app icon and adds some handy shortcuts"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Notifications and More for Outlook Web App एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |