Inbox notifications
Shows notifications to messages stream.
Apa itu Inbox notifications?
Inbox notifications adalah ekstensi Chrome yang dikembangkan oleh Dmitry Balakov, dan fitur utamanya adalah "Shows notifications to messages stream.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Inbox notifications
Unduh file ekstensi Inbox notifications dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
https://github.com/dbalakov/inbox.notifications
Informasi Dasar Ekstensi
Nama | |
ID | accaanpfdgdlfliclbofmpadfepmkfoa |
URL Resmi | https://chrome.google.com/webstore/detail/inbox-notifications/accaanpfdgdlfliclbofmpadfepmkfoa |
Deskripsi | Shows notifications to messages stream. |
Ukuran File | 37.89 KB |
Jumlah Instalasi | 135 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2015-06-02 |
Tanggal Publikasi | 2015-06-02 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Dmitry Balakov |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |