Mail Checker for Outlook
Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox.
Mail Checker for Outlook क्या है?
Mail Checker for Outlook Levente Szabó द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mail Checker for Outlook एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
!!! NOTE: Only users with organizational account (Azure AD) can use this. This extenstion is not endorsed or administered by or associated with Microsoft Corporation. Outlook is a registered trademark of the Microsoft Corporation.
एक्सटेंशन की मूल जानकारी
नाम | Mail Checker for Outlook |
ID | cjbkbbjggdnlcbomblebkobkleanbmkk |
आधिकारिक URL | https://chromewebstore.google.com/detail/mail-checker-for-outlook/cjbkbbjggdnlcbomblebkobkleanbmkk |
विवरण | Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox. |
फ़ाइल का आकार | 34.38 KB |
स्थापना संख्या | 5,857 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2021-03-22 |
प्रकाशन तिथि | 2020-04-11 |
रेटिंग | 2.48/5 कुल 23 रेटिंग्स |
डेवलपर | Levente Szabó |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js", "utils.js" ] }, "icons": { "16": "images\/icon_16px.png", "32": "images\/icon_32px.png", "48": "images\/icon_48px.png", "128": "images\/icon_128px.png" }, "browser_action": { "default_icon": "images\/notLoggedInIcon.png", "default_popup": "popup\/html\/NotLoggedInPopup.html" }, "name": "Mail Checker for Outlook", "description": "Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox.", "permissions": [ "alarms", "tabs", "contextMenus", "webNavigation", "identity", "https:\/\/graph.microsoft.com\/v1.0\/me\/mailFolders\/inbox", "https:\/\/login.microsoftonline.com\/common\/oauth2\/v2.0\/token" ], "version": "1.0.3", "manifest_version": 2 } |