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ó開發的Chrome擴展程式,該擴展的主要功能是“Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox.”。
擴展截圖
下載Mail Checker for Outlook擴展crx文件
下載Mail Checker for Outlook擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
!!! 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 |
官方網址 | 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 } |