Google Inbox Checker (Inbox by Gmail)
Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.
Google Inbox Checker (Inbox by Gmail)란 무엇입니까?
Google Inbox Checker (Inbox by Gmail)은(는) Omri Guy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays the number of unread messages in your Google Inbox with desktop notifications for new emails."입니다.
확장 프로그램 스크린샷
Google Inbox Checker (Inbox by Gmail) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Now you can keep track your Google Inbox (Inbox by gmail) unread emails! Shows the number of emails you need to take care of in your Inbox. Desktop and sound notifications for new emails. Option to select the active account for multiple accounts users. Only emails in 'Inbox' label are counted, Ignoring 'Done' and 'Snoozed' labeled emails. Auto-refresh when Google Inbox tab is open.
확장 프로그램 기본 정보
이름 | Google Inbox Checker (Inbox by Gmail) |
ID | ljeebljkookphadpedhmnlokpennimon |
공식 URL | https://chromewebstore.google.com/detail/google-inbox-checker-inbo/ljeebljkookphadpedhmnlokpennimon |
설명 | Displays the number of unread messages in your Google Inbox with desktop notifications for new emails. |
파일 크기 | 450 KB |
설치 횟수 | 10,925 |
현재 버전 | 1.0.16 |
최근 업데이트 | 2015-08-14 |
출시 날짜 | 2015-08-14 |
평점 | 4.14/5 총 213 개의 평점 |
개발자 | Omri Guy |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Inbox Checker (Inbox by Gmail)", "description": "Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.", "version": "1.0.16", "manifest_version": 2, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "assets\/inbox_not_logged_in.png" }, "icons": { "128": "assets\/icon_128.png", "256": "assets\/icon_256.png" }, "permissions": [ "tabs", "webNavigation", "storage", "notifications", "*:\/\/mail.google.com\/", "*:\/\/inbox.google.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com ;object-src 'self'" } |