Mail Checker for Outlook

Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox.

Mail Checker for Outlook란 무엇입니까?

Mail Checker for Outlook은(는) Levente Szabó에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox."입니다.

확장 프로그램 스크린샷

screenshot

Mail Checker for Outlook 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        !!! NOTE:
Only users with organizational account (Azure AD) can use this.

This extenstion is not endorsed or administered by or associated with Microsoft Corporation.
Outlook is a registered trademark of the Microsoft Corporation.                    

확장 프로그램 기본 정보

이름 Mail Checker for Outlook Mail Checker for Outlook
ID cjbkbbjggdnlcbomblebkobkleanbmkk
공식 URL https://chromewebstore.google.com/detail/mail-checker-for-outlook/cjbkbbjggdnlcbomblebkobkleanbmkk
설명 Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox.
파일 크기 34.38 KB
설치 횟수 5,857
현재 버전 1.0.3
최근 업데이트 2021-03-22
출시 날짜 2020-04-11
평점 2.48/5 총 23 개의 평점
개발자 Levente Szabó
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "utils.js"
        ]
    },
    "icons": {
        "16": "images\/icon_16px.png",
        "32": "images\/icon_32px.png",
        "48": "images\/icon_48px.png",
        "128": "images\/icon_128px.png"
    },
    "browser_action": {
        "default_icon": "images\/notLoggedInIcon.png",
        "default_popup": "popup\/html\/NotLoggedInPopup.html"
    },
    "name": "Mail Checker for Outlook",
    "description": "Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox.",
    "permissions": [
        "alarms",
        "tabs",
        "contextMenus",
        "webNavigation",
        "identity",
        "https:\/\/graph.microsoft.com\/v1.0\/me\/mailFolders\/inbox",
        "https:\/\/login.microsoftonline.com\/common\/oauth2\/v2.0\/token"
    ],
    "version": "1.0.3",
    "manifest_version": 2
}