Inbox notifications
Shows notifications to messages stream.
Cos'è Inbox notifications?
Inbox notifications è un'estensione di Chrome sviluppata da Dmitry Balakov, e la sua funzione principale è "Shows notifications to messages stream.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Inbox notifications
Scarica i file di estensione Inbox notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
https://github.com/dbalakov/inbox.notifications
Informazioni di Base sull'Estensione
Nome | |
ID | accaanpfdgdlfliclbofmpadfepmkfoa |
URL Ufficiale | https://chrome.google.com/webstore/detail/inbox-notifications/accaanpfdgdlfliclbofmpadfepmkfoa |
Descrizione | Shows notifications to messages stream. |
Dimensione del File | 37.89 KB |
Conteggio Installazioni | 135 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2015-06-02 |
Data di Pubblicazione | 2015-06-02 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Dmitry Balakov |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inbox notifications", "version": "0.1", "description": "Shows notifications to messages stream.", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "notifications", "storage", "webRequest", "https:\/\/mail.google.com\/mail\/feed\/atom" ], "options_page": "options\/options.html", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "web_accessible_resources": [ "48.png" ] } |