Amazon Deal Finder

Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?

Co to jest Amazon Deal Finder?

Amazon Deal Finder to rozszerzenie Chrome opracowane przez qhoxie, a jego główną funkcją jest „Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Amazon Deal Finder

Pobierz pliki rozszerzeń Amazon Deal Finder 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

                        This extension will show you right on the Amazon product page if the price you are seeing is a good price, a bad price, or even the best price yet.  Now you can be confident if now is a good time to buy.

We'll also help you find and get all the best Amazon deals, coupons codes, and promotions.  It all is done automatically and requires nothing beyond installing this extension!                    

Podstawowe informacje o rozszerzeniu

Nazwa Amazon Deal Finder Amazon Deal Finder
ID dlhllmhbkgmcglolodapkmmdaejdnikd
Oficjalny URL https://chrome.google.com/webstore/detail/amazon-deal-finder/dlhllmhbkgmcglolodapkmmdaejdnikd
Opis Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?
Rozmiar pliku 1.08 MB
Liczba instalacji 17
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2019-09-03
Data Publikacji 2019-08-28
Deweloper qhoxie
Typ Płatności free
Strona Rozszerzenia https://dailydealfinder.xyz/
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "manifest_version": 2,
    "name": "Amazon Deal Finder",
    "description": "Get the best deals on Amazon products.  Is that a good price?  Should I buy now or wait?",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "lib\/js\/browser-polyfill.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "lib\/js\/browser-polyfill.js",
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "128": "img\/icon.png"
    }
}