Pushetta for Chrome
Handle push notifications for Pushetta API.
Apa itu Pushetta for Chrome?
Pushetta for Chrome adalah ekstensi Chrome yang dikembangkan oleh Fabrizio Guglielmino (Gumino.com), dan fitur utamanya adalah "Handle push notifications for Pushetta API.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pushetta for Chrome
Unduh file ekstensi Pushetta for Chrome 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
Extension to receive push notifications on Chrome browser sent using Pushetta API.
Informasi Dasar Ekstensi
Nama | Pushetta for Chrome |
ID | fgbfgdhpimncgdkkkmlcjbgpmlgcldoh |
URL Resmi | https://chromewebstore.google.com/detail/pushetta-for-chrome/fgbfgdhpimncgdkkkmlcjbgpmlgcldoh |
Deskripsi | Handle push notifications for Pushetta API. |
Ukuran File | 17.8 KB |
Jumlah Instalasi | 188 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2015-02-24 |
Tanggal Publikasi | 2015-02-24 |
Penilaian | 2.63/5 Total 8 Penilaian |
Pengembang | Fabrizio Guglielmino (Gumino.com) |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.pushetta.com/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pushetta for Chrome", "version": "1.1", "description": "Handle push notifications for Pushetta API.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "storage", "gcm", "notifications", "https:\/\/www.pushetta.com\/", "http:\/\/www.pushetta.com\/", "http:\/\/localhost\/*" ], "externally_connectable": { "ids": [ "*" ], "matches": [ "*:\/\/*.pushetta.com\/*", "*:\/\/localhost:*\/*", "*:\/\/127.0.0.1:*\/*" ] }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "web_accessible_resources": [ "48.png" ] } |