Amazon Hidden Deals, Smart Search by PriceEgg

Price Egg: The smart way to search for hidden discounts and deals on Amazon

Amazon Hidden Deals, Smart Search by PriceEgg क्या है?

Amazon Hidden Deals, Smart Search by PriceEgg http://priceegg.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Price Egg: The smart way to search for hidden discounts and deals on Amazon"।

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

screenshot

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

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

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

                        If you are lost in the wild jungle of millions of products on Amazon, we can help. PriceEgg provides a simple yet powerful way to search on Amazon to find the right product at the right price but still get the convenience of Prime fulfillment. Did we say we found a way to find hidden deals and discounts on your favorite Amazon site?

With PriceEgg, you can define your own criteria to find the right deal or the right gift
✪ Keyword search
✪ Category search
✪ Specify minimum discount you are looking for
✪ Specify maximum price you are willing to pay for
✪ Search only for Prime items

PriceEgg works on 
✪ Amazon.com (USA)
✪ Amazon.co.uk (UK)
✪ Amazon.ca (Canada)
✪ Amazon.in (India)                    

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

नाम Amazon Hidden Deals, Smart Search by PriceEgg Amazon Hidden Deals, Smart Search by PriceEgg
ID bljnloilbhjpdplfkffeljmniccnicdb
आधिकारिक URL https://chrome.google.com/webstore/detail/amazon-hidden-deals-smart/bljnloilbhjpdplfkffeljmniccnicdb
विवरण Price Egg: The smart way to search for hidden discounts and deals on Amazon
फ़ाइल का आकार 1.24 MB
स्थापना संख्या 3,000
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-03-05
प्रकाशन तिथि 2019-03-05
रेटिंग 4.00/5 कुल 5 रेटिंग्स
डेवलपर http://priceegg.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://priceegg.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Hidden Deals, Smart Search by PriceEgg",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Price Egg: The smart way to search for hidden discounts and deals on Amazon",
    "homepage_url": "https:\/\/www.priceegg.com",
    "icons": {
        "16": "icons\/priceegg_icon.PNG",
        "48": "icons\/priceegg_icon.PNG",
        "128": "icons\/priceegg_icon.PNG"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/priceegg_icon.PNG",
        "default_title": "Search on Amazon",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/completion.amazon.com\/search\/complete; object-src 'self'",
    "content_scripts": [
        {
            "css": [
                "\/css\/stylesheets\/bootstrap.css",
                "\/css\/stylesheets\/style.css",
                "\/css\/stylesheets\/fontawesome-stars.css",
                "\/css\/stylesheets\/bootstrap-slider.css",
                "\/css\/stylesheets\/jquery-ui.css"
            ],
            "js": [
                "\/js\/jquery-3.2.1.js",
                "\/js\/jquery-ui.min.js",
                "\/js\/bootstrap.js",
                "\/js\/jquery.barrating.min.js",
                "\/js\/bootstrap-slider.min.js",
                "\/js\/action.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ],
    "shortname": "PriceEgg"
}