Product Genius

Navigate Product Hunt like a pro - an Algorithmia experiment.

Apa itu Product Genius?

Product Genius adalah ekstensi Chrome yang dikembangkan oleh https://www.algorithmia.com, dan fitur utamanya adalah "Navigate Product Hunt like a pro - an Algorithmia experiment.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Product Genius

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

                        Get served with product recommendations based on others who upvoted the item you are looking at. 

Learn how we built this and how you can build your own recommendation engine at http://blog.algorithmia.com                    

Informasi Dasar Ekstensi

Nama Product Genius Product Genius
ID hklnaggijemgmimhbaifamaheiolmkil
URL Resmi https://chrome.google.com/webstore/detail/product-genius/hklnaggijemgmimhbaifamaheiolmkil
Deskripsi Navigate Product Hunt like a pro - an Algorithmia experiment.
Ukuran File 483 KB
Jumlah Instalasi 47
Versi Saat Ini 1.1
Terakhir Diperbarui 2015-08-03
Tanggal Publikasi 2015-08-03
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://www.algorithmia.com
Tipe Pembayaran free
Situs Ekstensi http://www.algorithmia.com/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Product Genius",
    "description": "Navigate Product Hunt like a pro - an Algorithmia experiment.",
    "version": "1.1",
    "permissions": [
        "activeTab",
        "tabs",
        "*:\/\/*.producthunt.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.producthunt.com\/*"
            ],
            "js": [
                "js\/bootstrap.js"
            ],
            "css": [
                "css\/font-awesome.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "fonts\/*.*",
        "images\/*.*",
        "js\/*.*",
        "*.*"
    ]
}