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 là gì?
Mail Checker for Outlook là một tiện ích mở rộng Chrome được phát triển bởi Levente Szabó, và tính năng chính của nó là "Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mail Checker for Outlook
Tải xuống các tệp mở rộng Mail Checker for Outlook dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
!!! 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mail Checker for Outlook |
ID | cjbkbbjggdnlcbomblebkobkleanbmkk |
URL Chính Thức | https://chromewebstore.google.com/detail/mail-checker-for-outlook/cjbkbbjggdnlcbomblebkobkleanbmkk |
Mô tả | Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox. |
Kích Thước Tệp | 34.38 KB |
Số Lần Cài Đặt | 5,857 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2021-03-22 |
Ngày Phát Hành | 2020-04-11 |
Đánh Giá | 2.48/5 Tổng số 23 Đánh Giá |
Nhà Phát Triển | Levente Szabó |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |