Display Unread Count in Tab for OWA

This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.

Display Unread Count in Tab for OWA란 무엇입니까?

Display Unread Count in Tab for OWA은(는) Jared Pavan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab."입니다.

확장 프로그램 스크린샷

screenshot

Display Unread Count in Tab for OWA 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        I found myself annoyed by the Outlook Web App because one has to actually click on the OWA tab to see if you have any messages. With this extension, one can work in other tabs and know if they have any messages waiting for them or not.

This extension works with the OWA URL format https://*/owa/*

Support the development of this extension via Bitcoin or Dogecoin (for transparency)!
Bitcoin: 1DjZehKXGKAfecbcDYsjzT7pTmCXt5mFE1
Dogecoin: DPWbVMZespWTk9WVZQ8D5u25EPHvWiDrVn                    

확장 프로그램 기본 정보

이름 Display Unread Count in Tab for OWA Display Unread Count in Tab for OWA
ID eelenpkmbodgopefpbdghdmbeakcfnhc
공식 URL https://chromewebstore.google.com/detail/display-unread-count-in-t/eelenpkmbodgopefpbdghdmbeakcfnhc
설명 This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.
파일 크기 26.93 KB
설치 횟수 163
현재 버전 1.2.3
최근 업데이트 2014-01-03
출시 날짜 2014-01-03
평점 3.88/5 총 8 개의 평점
개발자 Jared Pavan
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/pavanjared/OWA-Unread-Message-Count
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Display Unread Count in Tab for OWA",
    "manifest_version": 2,
    "version": "1.2.3",
    "description": "This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/owa\/*"
            ],
            "js": [
                "Unread_Count_OWA.user.js"
            ]
        }
    ]
}