Push Notifications
Show push notification for HelpTap new chats / jobs for Experts
Cos'è Push Notifications?
Push Notifications è un'estensione di Chrome sviluppata da Rahul Golwalkar, e la sua funzione principale è "Show push notification for HelpTap new chats / jobs for Experts".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Push Notifications
Scarica i file di estensione Push 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
Play audio in Google Chrome for background tabs
Informazioni di Base sull'Estensione
Nome | Push Notifications |
ID | hbapphlkmighdfjnfiooddomllmdbnee |
URL Ufficiale | https://chromewebstore.google.com/detail/push-notifications/hbapphlkmighdfjnfiooddomllmdbnee |
Descrizione | Show push notification for HelpTap new chats / jobs for Experts |
Dimensione del File | 114 KB |
Conteggio Installazioni | 119 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2016-02-12 |
Data di Pubblicazione | 2016-02-12 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Rahul Golwalkar |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://helptap.com |
Lingue Supportate | 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" ] } ] } |