Shopping Genius

Shopping Genius helps you smartly find the best price online with no effort.

Shopping Genius क्या है?

Shopping Genius easysoft द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shopping Genius helps you smartly find the best price online with no effort."।

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

screenshot
screenshot

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

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

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

                        Shopping Genius assists with shopping in more than 3,000 online shops.
It also shows you other similar and popular products that you might be interested in as well as available coupons. Only gets activated when there are better offers.                    

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

नाम Shopping Genius Shopping Genius
ID jpddalohgfnmaacfekclepijcjnhjljd
आधिकारिक URL https://chromewebstore.google.com/detail/shopping-genius/jpddalohgfnmaacfekclepijcjnhjljd
विवरण Shopping Genius helps you smartly find the best price online with no effort.
फ़ाइल का आकार 80.77 KB
स्थापना संख्या 97
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2016-04-24
प्रकाशन तिथि 2016-04-23
डेवलपर easysoft
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "manifest_version": 2,
    "name": "Shopping Genius",
    "version": "1.0.6",
    "background": {
        "page": "html\/background.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "lib\/jquery-1.11.3.min.js",
                "lib\/content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Shopping Genius helps you smartly find the best price online with no effort.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}