Unread count for Outlook

A Chrome plugin to display Outlook unread messages count on the tab.

Unread count for Outlook란 무엇입니까?

Unread count for Outlook은(는) Francois-Xavier Bonnet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome plugin to display Outlook unread messages count on the tab."입니다.

확장 프로그램 스크린샷

screenshot

Unread count for Outlook 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Just displays the Outlook unread count directly on the tab.
No setting required.
Supports multiple Outlook accounts opened in multiple tabs.

Once the plugin installed, just refresh the tab in order to see the unread count.                    

확장 프로그램 기본 정보

이름 Unread count for Outlook Unread count for Outlook
ID jdkiibneihnhojkhlffdlpffimedpanm
공식 URL https://chromewebstore.google.com/detail/unread-count-for-outlook/jdkiibneihnhojkhlffdlpffimedpanm
설명 A Chrome plugin to display Outlook unread messages count on the tab.
파일 크기 17.43 KB
설치 횟수 735
현재 버전 2.1
최근 업데이트 2021-10-08
출시 날짜 2019-07-24
평점 3.00/5 총 9 개의 평점
개발자 Francois-Xavier Bonnet
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/fxbonnet/unread-count-for-outlook
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unread count for Outlook",
    "manifest_version": 2,
    "version": "2.1",
    "description": "A Chrome plugin to display Outlook unread messages count on the tab.",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/owa\/*",
                "https:\/\/*.outlook.com\/*",
                "https:\/\/outlook.live.com\/*",
                "https:\/\/*.office.com\/*",
                "https:\/\/*\/mail\/inbox*"
            ],
            "js": [
                "favico-0.3.10.min.js",
                "unread-count-for-outlook.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*\/owa\/*",
        "https:\/\/*.outlook.com\/*",
        "https:\/\/outlook.live.com\/*",
        "https:\/\/*.office.com\/*",
        "https:\/\/*\/mail\/inbox*"
    ]
}