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开发的Chrome扩展程序,该扩展的主要功能是“Display email count on the Outlook web app icon and adds some handy shortcuts”。

扩展截图

screenshot

下载Notifications and More for Outlook Web App扩展crx文件

下载Notifications and More for Outlook Web App扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
            ]
        }
    ]
}