Amazon Deal Finder

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

Τι είναι το Amazon Deal Finder;

Το Amazon Deal Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον qhoxie, και η κύρια λειτουργία του είναι "Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Amazon Deal Finder

Λήψη αρχείων επέκτασης Amazon Deal Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Amazon Deal Finder Amazon Deal Finder
ID dlhllmhbkgmcglolodapkmmdaejdnikd
Επίσημο URL https://chrome.google.com/webstore/detail/amazon-deal-finder/dlhllmhbkgmcglolodapkmmdaejdnikd
Περιγραφή Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?
Μέγεθος Αρχείου 1.08 MB
Αριθμός Εγκαταστάσεων 17
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2019-09-03
Ημερομηνία Δημοσίευσης 2019-08-28
Προγραμματιστής qhoxie
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://dailydealfinder.xyz/
Υποστηριζόμενες Γλώσσες 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"
    }
}