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 |
官方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 } |