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
官方網址 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"
            ]
        }
    ]
}