Push Notifications
Show push notification for HelpTap new chats / jobs for Experts
Apa itu Push Notifications?
Push Notifications adalah ekstensi Chrome yang dikembangkan oleh Rahul Golwalkar, dan fitur utamanya adalah "Show push notification for HelpTap new chats / jobs for Experts".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Push Notifications
Unduh file ekstensi Push 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
Play audio in Google Chrome for background tabs
Informasi Dasar Ekstensi
Nama | Push Notifications |
ID | hbapphlkmighdfjnfiooddomllmdbnee |
URL Resmi | https://chromewebstore.google.com/detail/push-notifications/hbapphlkmighdfjnfiooddomllmdbnee |
Deskripsi | Show push notification for HelpTap new chats / jobs for Experts |
Ukuran File | 114 KB |
Jumlah Instalasi | 119 |
Versi Saat Ini | 0.1.1 |
Terakhir Diperbarui | 2016-02-12 |
Tanggal Publikasi | 2016-02-12 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Rahul Golwalkar |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://helptap.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Push Notifications", "version": "0.1.1", "manifest_version": 2, "description": "Show push notification for HelpTap new chats \/ jobs for Experts", "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "homepage_url": "https:\/\/helptap.com\/", "permissions": [ "management", "notifications", "*:\/\/*.helptap.com\/*" ], "background": { "page": "background.html" }, "web_accessible_resources": [ "images\/icon.png" ], "externally_connectable": { "matches": [ "*:\/\/*.helptap.com\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.helptap.com\/*" ], "js": [ "scripts\/jquery.min.js", "scripts\/content-script.js" ] } ] } |