Google Inbox Checker (Inbox by Gmail)
Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.
Co je Google Inbox Checker (Inbox by Gmail)?
Google Inbox Checker (Inbox by Gmail) je rozšíření Chrome vyvinuté Omri Guy, a jeho hlavní funkcí je „Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Google Inbox Checker (Inbox by Gmail)
Stáhněte si soubory rozšíření Google Inbox Checker (Inbox by Gmail) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Google Inbox Checker (Inbox by Gmail) |
ID | ljeebljkookphadpedhmnlokpennimon |
Oficiální URL | https://chromewebstore.google.com/detail/google-inbox-checker-inbo/ljeebljkookphadpedhmnlokpennimon |
Popis | Displays the number of unread messages in your Google Inbox with desktop notifications for new emails. |
Velikost souboru | 450 KB |
Počet instalací | 10,925 |
Aktuální Verze | 1.0.16 |
Poslední Aktualizace | 2015-08-14 |
Datum Vydání | 2015-08-14 |
Hodnocení | 4.14/5 Celkem 213 Hodnocení |
Vývojář | Omri Guy |
Typ Platby | free |
Podporované Jazyky | 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'" } |