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) là gì?
Google Inbox Checker (Inbox by Gmail) là một tiện ích mở rộng Chrome được phát triển bởi Omri Guy, và tính năng chính của nó là "Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Inbox Checker (Inbox by Gmail)
Tải xuống các tệp mở rộng Google Inbox Checker (Inbox by Gmail) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Inbox Checker (Inbox by Gmail) |
ID | ljeebljkookphadpedhmnlokpennimon |
URL Chính Thức | https://chromewebstore.google.com/detail/google-inbox-checker-inbo/ljeebljkookphadpedhmnlokpennimon |
Mô tả | Displays the number of unread messages in your Google Inbox with desktop notifications for new emails. |
Kích Thước Tệp | 450 KB |
Số Lần Cài Đặt | 10,925 |
Phiên Bản Hiện Tại | 1.0.16 |
Cập Nhật Lần Cuối | 2015-08-14 |
Ngày Phát Hành | 2015-08-14 |
Đánh Giá | 4.14/5 Tổng số 213 Đánh Giá |
Nhà Phát Triển | Omri Guy |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |