Price on Fire

This extension fetches the best prices for products you're interested in.

Price on Fire क्या है?

Price on Fire http://www.anuj.ca द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension fetches the best prices for products you're interested in."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Price on Fire is an easy to use extension that helps consumers find the best prices for the products they wish to purchase. This extension compares product prices on Amazon with the prices of the same products on eBay. All you have to do is go to an Amazon product page, and once the page is fully loaded, click on the orange PoF logo and watch the prices from eBay merchants show up.                    

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

नाम Price on Fire Price on Fire
ID dafbpnlkdiglfmakihogdipapknmoghd
आधिकारिक URL https://chrome.google.com/webstore/detail/price-on-fire/dafbpnlkdiglfmakihogdipapknmoghd
विवरण This extension fetches the best prices for products you're interested in.
फ़ाइल का आकार 70.73 KB
स्थापना संख्या 10
वर्तमान संस्करण 1.1
अंतिम अपडेट 2014-10-20
प्रकाशन तिथि 2014-10-20
डेवलपर http://www.anuj.ca
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://anuj.ca/price-on-fire/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Price on Fire",
    "description": "This extension fetches the best prices for products you're interested in.",
    "version": "1.1",
    "background": {
        "scripts": [
            "resources\/js\/jquery-1.11.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/stats.g.doubleclick.net; object-src 'self'",
    "permissions": [
        "http:\/\/svcs.ebay.com\/",
        "activeTab",
        "declarativeContent"
    ],
    "page_action": {
        "default_icon": {
            "19": "resources\/images\/icon_19.png",
            "38": "resources\/images\/icon_38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Price on Fire"
    },
    "content_scripts": [
        {
            "js": [
                "resources\/js\/jquery-1.11.1.min.js",
                "search_ebay.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}