Realtime Product Hunt

Never miss a post on Product Hunt with this realtime notification extension for Chrome.

Apa itu Realtime Product Hunt?

Realtime Product Hunt adalah ekstensi Chrome yang dikembangkan oleh Pusher, dan fitur utamanya adalah "Never miss a post on Product Hunt with this realtime notification extension for Chrome.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Realtime Product Hunt

Unduh file ekstensi Realtime Product Hunt 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

                        Never miss a post on Product Hunt with this realtime notification extension for Chrome, powered by Pusher.                    

Informasi Dasar Ekstensi

Nama Realtime Product Hunt Realtime Product Hunt
ID cbcmhcjgmcclchcebjlfgpeedjcgjfib
URL Resmi https://chrome.google.com/webstore/detail/realtime-product-hunt/cbcmhcjgmcclchcebjlfgpeedjcgjfib
Deskripsi Never miss a post on Product Hunt with this realtime notification extension for Chrome.
Ukuran File 20.81 KB
Jumlah Instalasi 186
Versi Saat Ini 0.2.0
Terakhir Diperbarui 2015-11-02
Tanggal Publikasi 2015-11-02
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Pusher
Tipe Pembayaran free
Situs Ekstensi http://pusher.com
URL Halaman Bantuan https://github.com/pusher/pusher-realtime-producthunt-extension
Bahasa yang Didukung 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"
}