Google Inbox Checker (Inbox by Gmail)
Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.
Co to jest Google Inbox Checker (Inbox by Gmail)?
Google Inbox Checker (Inbox by Gmail) to rozszerzenie Chrome opracowane przez Omri Guy, a jego główną funkcją jest „Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Inbox Checker (Inbox by Gmail)
Pobierz pliki rozszerzeń Google Inbox Checker (Inbox by Gmail) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Google Inbox Checker (Inbox by Gmail) |
ID | ljeebljkookphadpedhmnlokpennimon |
Oficjalny URL | https://chromewebstore.google.com/detail/google-inbox-checker-inbo/ljeebljkookphadpedhmnlokpennimon |
Opis | Displays the number of unread messages in your Google Inbox with desktop notifications for new emails. |
Rozmiar pliku | 450 KB |
Liczba instalacji | 10,925 |
Aktualna Wersja | 1.0.16 |
Ostatnia Aktualizacja | 2015-08-14 |
Data Publikacji | 2015-08-14 |
Ocena | 4.14/5 Łącznie 213 Oceny |
Deweloper | Omri Guy |
Typ Płatności | free |
Obsługiwane Języki | 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'" } |