Inbox notifications
Shows notifications to messages stream.
Was ist Inbox notifications?
Inbox notifications ist eine Chrome-Erweiterung, die von Dmitry Balakov entwickelt wurde, und ihr Hauptmerkmal ist "Shows notifications to messages stream.".
Erweiterungsscreenshots
Inbox notifications-Erweiterungs-CRX-Datei herunterladen
Laden Sie Inbox notifications-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
https://github.com/dbalakov/inbox.notifications
Grundlegende Informationen zur Erweiterung
Name | |
ID | accaanpfdgdlfliclbofmpadfepmkfoa |
Offizielle URL | https://chrome.google.com/webstore/detail/inbox-notifications/accaanpfdgdlfliclbofmpadfepmkfoa |
Beschreibung | Shows notifications to messages stream. |
Dateigröße | 37.89 KB |
Installationsanzahl | 135 |
Aktuelle Version | 0.1 |
Letztes Update | 2015-06-02 |
Veröffentlichungsdatum | 2015-06-02 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Dmitry Balakov |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |