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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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