Product Genius

Navigate Product Hunt like a pro - an Algorithmia experiment.

Product Genius क्या है?

Product Genius https://www.algorithmia.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Navigate Product Hunt like a pro - an Algorithmia experiment."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Product Genius एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Product Genius Product Genius
ID hklnaggijemgmimhbaifamaheiolmkil
आधिकारिक URL https://chrome.google.com/webstore/detail/product-genius/hklnaggijemgmimhbaifamaheiolmkil
विवरण Navigate Product Hunt like a pro - an Algorithmia experiment.
फ़ाइल का आकार 483 KB
स्थापना संख्या 47
वर्तमान संस्करण 1.1
अंतिम अपडेट 2015-08-03
प्रकाशन तिथि 2015-08-03
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.algorithmia.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.algorithmia.com/
समर्थित भाषाएँ 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\/*.*",
        "*.*"
    ]
}