All Prices

Chrome extension to easily display all price and style options for products on Amazon.com

All Prices क्या है?

All Prices Erik Christensen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension to easily display all price and style options for products on Amazon.com"।

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

screenshot
screenshot

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

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

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

                        UPDATE - Version 2 fixes a long-standing bug that prevent this extension from working!

All Prices is a Chrome extension that simplifies the shopping process on Amazon.com. Many items on Amazon have multiple styles, colors, or sizes. It is not always easy to tell which version of the item will have the lowest price. All Prices allows you to  display price information for all available products so you can easily compare options and find what you want!

To use, simply click on the small icon that appears in the top right of your browser window when you are on an Amazon.com product page. Clicking will take you to a new page on Amazon.com that displays all the price information!                    

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

नाम All Prices All Prices
ID lfeponenpeeefdlancldjldhidjekpdd
आधिकारिक URL https://chrome.google.com/webstore/detail/all-prices/lfeponenpeeefdlancldjldhidjekpdd
विवरण Chrome extension to easily display all price and style options for products on Amazon.com
फ़ाइल का आकार 20.06 KB
स्थापना संख्या 4,000
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2017-01-03
प्रकाशन तिथि 2017-01-03
रेटिंग 3.39/5 कुल 56 रेटिंग्स
डेवलपर Erik Christensen
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "All Prices",
    "version": "0.0.2",
    "description": "Chrome extension to easily display all price and style options for products on Amazon.com",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon-48.png",
        "default_title": "All Prices"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/ajax.googleapis.com\/",
        "webNavigation"
    ]
}