Amazon Deal Finder

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

Was ist Amazon Deal Finder?

Amazon Deal Finder ist eine Chrome-Erweiterung, die von qhoxie entwickelt wurde, und ihr Hauptmerkmal ist "Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?".

Erweiterungsscreenshots

screenshot
screenshot

Amazon Deal Finder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Amazon Deal Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Amazon Deal Finder Amazon Deal Finder
ID dlhllmhbkgmcglolodapkmmdaejdnikd
Offizielle URL https://chrome.google.com/webstore/detail/amazon-deal-finder/dlhllmhbkgmcglolodapkmmdaejdnikd
Beschreibung Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?
Dateigröße 1.08 MB
Installationsanzahl 17
Aktuelle Version 1.0.1
Letztes Update 2019-09-03
Veröffentlichungsdatum 2019-08-28
Entwickler qhoxie
Zahlungsart free
Erweiterungswebsite https://dailydealfinder.xyz/
Unterstützte Sprachen 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"
    }
}