Google Inbox Checker (Inbox by Gmail)
Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.
¿Qué es Google Inbox Checker (Inbox by Gmail)?
Google Inbox Checker (Inbox by Gmail) es una extensión de Chrome desarrollada por Omri Guy, y su función principal es "Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Google Inbox Checker (Inbox by Gmail)
Descarga archivos de extensión Google Inbox Checker (Inbox by Gmail) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Google Inbox Checker (Inbox by Gmail) |
ID | ljeebljkookphadpedhmnlokpennimon |
URL Oficial | https://chromewebstore.google.com/detail/google-inbox-checker-inbo/ljeebljkookphadpedhmnlokpennimon |
Descripción | Displays the number of unread messages in your Google Inbox with desktop notifications for new emails. |
Tamaño del Archivo | 450 KB |
Cantidad de Instalaciones | 10,925 |
Versión Actual | 1.0.16 |
Última Actualización | 2015-08-14 |
Fecha de Publicación | 2015-08-14 |
Calificación | 4.14/5 Total de 213 Calificaciones |
Desarrollador | Omri Guy |
Tipo de Pago | free |
Idiomas Soportados | 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'" } |