Pricely Price Comparison Extension

Pricely is a lightweight price comparison extension that doesn't bother you with intrusive ads or offers and promises to improve…

Co to jest Pricely Price Comparison Extension?

Pricely Price Comparison Extension to rozszerzenie Chrome opracowane przez https://getpricely.com, a jego główną funkcją jest „Pricely is a lightweight price comparison extension that doesn't bother you with intrusive ads or offers and promises to improve…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Pricely Price Comparison Extension

Pobierz pliki rozszerzeń Pricely Price Comparison Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Pricely is a lightweight price comparison extension that doesn't bother you with intrusive ads or offers and promises to improve your shopping experience every time you buy something online. Our latest version allows you to spend your BTC at Amazon as well.

We compare prices of items you are currently shopping for with major retailers' prices such as Amazon to ensure that you are not only getting the best price but that you don't need to go through more hassle than you need to to shop online.

Pricely promises to never bother you with annoying offers or popups unless it detects that you can save money and time by just going to a major retailer. Other than that, it'll always be waiting for you to click on it for a price check!

Unlike many other price comparisons that rely on shopping site aggregators, we manually add support for each shopping site to the extension to ensure that we can you with the optimal user experience. New sites are being added daily!                    

Podstawowe informacje o rozszerzeniu

Nazwa Pricely Price Comparison Extension Pricely Price Comparison Extension
ID lhpmcpihkamopkbdlmfbkganaihbmhlp
Oficjalny URL https://chromewebstore.google.com/detail/pricely-price-comparison/lhpmcpihkamopkbdlmfbkganaihbmhlp
Opis Pricely is a lightweight price comparison extension that doesn't bother you with intrusive ads or offers and promises to improve…
Rozmiar pliku 102 KB
Liczba instalacji 200
Aktualna Wersja 2.3
Ostatnia Aktualizacja 2014-05-14
Data Publikacji 2014-05-13
Ocena 4.57/5 Łącznie 7 Oceny
Deweloper https://getpricely.com
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pricely Price Comparison Extension",
    "version": "2.3",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/amazon-buy-button.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/getpricely.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.autozone.com\/*",
                "*:\/\/*.basspro.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.bodybuilding.com\/*",
                "*:\/\/*.build.com\/*",
                "*:\/\/*.rakuten.com\/*",
                "*:\/\/*.cduniverse.com\/*",
                "*:\/\/*.costco.com\/*",
                "*:\/\/*.crateandbarrel.com\/*",
                "*:\/\/*.crutchfield.com\/*",
                "*:\/\/*.accessories.us.dell.com\/*",
                "*:\/\/*.drsfostersmith.com\/*",
                "*:\/\/*.drugstore.com\/*",
                "*:\/\/*.ebags.com\/*",
                "*:\/\/*.footlocker.com\/*",
                "*:\/\/*.forever21.com\/*",
                "*:\/\/*.grainger.com\/*",
                "*:\/\/*.harborfreight.com\/*",
                "*:\/\/*.hayneedle.com\/*",
                "*:\/\/*.shopping.hp.com\/*",
                "*:\/\/*.iherb.com\/*",
                "*:\/\/*.jr.com\/*",
                "*:\/\/*.store.nike.com\/*",
                "*:\/\/*.northerntool.com\/*",
                "*:\/\/*.pcm.com\/*",
                "*:\/\/*.petco.com\/*",
                "*:\/\/*.1800petmeds.com\/*",
                "*:\/\/*.play.com\/*",
                "*:\/\/*.sephora.com\/*",
                "*:\/\/*.shoebuy.com\/*",
                "*:\/\/*.shophq.com\/*",
                "*:\/\/*.toysrus.com\/*",
                "*:\/\/*.vitacost.com\/*",
                "*:\/\/*.wayfair.com\/*",
                "*:\/\/*.williams-sonoma.com\/*",
                "*:\/\/*.radioshack.com\/*",
                "*:\/\/*.adorama.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.zappos.com\/*",
                "*:\/\/*.walgreens.com\/*",
                "*:\/\/*.urbanoutfitters.com\/*",
                "*:\/\/*.sony.com\/*",
                "*:\/\/*.rei.com\/*",
                "*:\/\/*.qvc.com\/*",
                "*:\/\/*.officemax.com\/*",
                "*:\/\/*.officedepot.com\/*",
                "*:\/\/*.nordstrom.com\/*",
                "*:\/\/*.musiciansfriend.com\/*",
                "*:\/\/*.kmart.com\/*",
                "*:\/\/*.hsn.com\/*",
                "*:\/\/*.gamestop.com\/*",
                "*:\/\/*.futureshop.com\/*",
                "*:\/\/*.frys.com\/*",
                "*:\/\/*.dickssportinggoods.com\/*",
                "*:\/\/*.walmart.com\/*",
                "*:\/\/*.cabelas.com\/*",
                "*:\/\/*.bedbathandbeyond.com\/*",
                "*:\/\/*.tigerdirect.com\/*",
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.target.com\/*",
                "*:\/\/*.homedepot.com\/*",
                "*:\/\/*.sears.com\/*",
                "*:\/\/*.newegg.com\/*",
                "*:\/\/*.barnesandnoble.com\/*",
                "*:\/\/*.overstock.com\/*",
                "*:\/\/*.bestbuy.com\/*",
                "*:\/\/*.bestbuy.com.mx\/*",
                "*:\/\/*.bestbuy.ca\/*",
                "*:\/\/*.staples.com\/*",
                "*:\/\/*.staples.ca\/*"
            ],
            "js": [
                "lib\/jquery-2.0.3.min.js",
                "contentScript.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "lib\/jquery-2.0.3.min.js",
            "xmlParser.js",
            "main.js",
            "contentScript.js",
            "lib\/jquery-2.0.3.min.map"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "lib\/jquery-2.0.3.min.map"
    ]
}