Google Mail Checker

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

Google Mail Checker란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Google Mail Checker Google Mail Checker
ID mihcahmgecmbnbcchbopgniflfhgnkff
공식 URL https://chromewebstore.google.com/detail/google-mail-checker/mihcahmgecmbnbcchbopgniflfhgnkff
설명 Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox.
파일 크기 44.44 KB
설치 횟수 3,190,562
현재 버전 4.4.0
최근 업데이트 2012-10-05
출시 날짜 2012-10-04
평점 4.13/5 총 26736 개의 평점
개발자 https://google.com
이메일 [email protected]
결제 유형 free
지원되는 언어 id,de,en,en-GB,fil,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "gmail_not_logged_in.png"
    },
    "default_locale": "en",
    "description": "__MSG_gmailcheck_description__",
    "icons": {
        "128": "icon_128.png"
    },
    "name": "__MSG_gmailcheck_name__",
    "permissions": [
        "alarms",
        "tabs",
        "webNavigation",
        "*:\/\/*.google.com\/"
    ],
    "version": "4.4.0",
    "manifest_version": 2
}