Realtime Product Hunt
Never miss a post on Product Hunt with this realtime notification extension for Chrome.
Cos'è Realtime Product Hunt?
Realtime Product Hunt è un'estensione di Chrome sviluppata da Pusher, e la sua funzione principale è "Never miss a post on Product Hunt with this realtime notification extension for Chrome.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Realtime Product Hunt
Scarica i file di estensione Realtime Product Hunt 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
Never miss a post on Product Hunt with this realtime notification extension for Chrome, powered by Pusher.
Informazioni di Base sull'Estensione
Nome | |
ID | cbcmhcjgmcclchcebjlfgpeedjcgjfib |
URL Ufficiale | https://chrome.google.com/webstore/detail/realtime-product-hunt/cbcmhcjgmcclchcebjlfgpeedjcgjfib |
Descrizione | Never miss a post on Product Hunt with this realtime notification extension for Chrome. |
Dimensione del File | 20.81 KB |
Conteggio Installazioni | 186 |
Versione Corrente | 0.2.0 |
Ultimo Aggiornamento | 2015-11-02 |
Data di Pubblicazione | 2015-11-02 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Pusher |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://pusher.com |
URL della Pagina di Aiuto | https://github.com/pusher/pusher-realtime-producthunt-extension |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Realtime Product Hunt", "description": "Never miss a post on Product Hunt with this realtime notification extension for Chrome.", "version": "0.2.0", "icons": { "16": "ph-icon.png", "48": "ph-icon.png", "128": "ph-icon.png" }, "content_security_policy": "script-src 'self' https:\/\/js.pusher.com https:\/\/cdnjs.cloudflare.com; object-src 'self'", "permissions": [ "notifications", "storage", "http:\/\/localhost\/*", "https:\/\/realtime-producthunt.herokuapp.com\/*", "https:\/\/fonts.googleapis.com\/*" ], "browser_action": { "default_icon": "ph-icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "options_page": "options.html" } |