Amazon Deal Finder

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

Co je Amazon Deal Finder?

Amazon Deal Finder je rozšíření Chrome vyvinuté qhoxie, a jeho hlavní funkcí je „Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Amazon Deal Finder

Stáhněte si soubory rozšíření Amazon Deal Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Amazon Deal Finder Amazon Deal Finder
ID dlhllmhbkgmcglolodapkmmdaejdnikd
Oficiální URL https://chrome.google.com/webstore/detail/amazon-deal-finder/dlhllmhbkgmcglolodapkmmdaejdnikd
Popis Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?
Velikost souboru 1.08 MB
Počet instalací 17
Aktuální Verze 1.0.1
Poslední Aktualizace 2019-09-03
Datum Vydání 2019-08-28
Vývojář qhoxie
Typ Platby free
Webové stránky Rozšíření https://dailydealfinder.xyz/
Podporované Jazyky 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"
    }
}