Realtime Product Hunt
Never miss a post on Product Hunt with this realtime notification extension for Chrome.
Wat is Realtime Product Hunt?
Realtime Product Hunt is een Chrome-extensie ontwikkeld door Pusher, en de belangrijkste functie is "Never miss a post on Product Hunt with this realtime notification extension for Chrome.".
Extensie Screenshots
Download het CRX-bestand van de extensie Realtime Product Hunt
Download Realtime Product Hunt-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Never miss a post on Product Hunt with this realtime notification extension for Chrome, powered by Pusher.
Basisinformatie over de Extensie
Naam | |
ID | cbcmhcjgmcclchcebjlfgpeedjcgjfib |
Officiële URL | https://chrome.google.com/webstore/detail/realtime-product-hunt/cbcmhcjgmcclchcebjlfgpeedjcgjfib |
Beschrijving | Never miss a post on Product Hunt with this realtime notification extension for Chrome. |
Bestandsgrootte | 20.81 KB |
Aantal Installaties | 186 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2015-11-02 |
Publicatiedatum | 2015-11-02 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Pusher |
Betalingswijze | free |
Extensiewebsite | http://pusher.com |
Help Pagina-URL | https://github.com/pusher/pusher-realtime-producthunt-extension |
Ondersteunde Talen | 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" } |