Amazon Discount Hunter

3/3/2021

Hvad er Amazon Discount Hunter?

Amazon Discount Hunter er en Chrome-udvidelse udviklet af https://iscoupon.com, og dens hovedfunktion er "3/3/2021".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Amazon Discount Hunter-udvidelses-CRX-fil

Download Amazon Discount Hunter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Find hidden discounts on Amazon. Get your chance to save upto 90% OFF your purchase with Amazon Discount Hunter.
Not only does Amazon offer 75% OFF discounts but it also suggests customers to lower-cost products with higher profit margins. Amazon is definitely a go-to online shopping platform. 
To access all the best bargains from Amazon’s web links, you only need to fiddle with Amazon web addresses.
A small note is that it is not as simple as it sounds. That’s why Amazon Discount Hunter was built. Within a few seconds, you will be able to get all the discounts on Amazon. 
When you set your filter of the percent off listed-prices and the categories you want, our Discount Finder manipulates Amazon web-links to provide users with bargain pages. For example, toilet paper 30% OFF or sunglasses 15% OFF.
We appreciate your feedback and any suggestions you’d like to add. It would also be fabulous if you can submit any top Amazon discount links or Amazon shopping tips that we’ve missed in the guide below.

***Frequently Asked Questions***

* What is Amazon Discount Hunter?
Amazon Discount Hunter serves as a free online tool that finds valid deals and discounts. Customizable filter options and immediate results provide all customers the lowest price possible to save while shopping on Amazon.

* How to use Amazon Discount Hunter?
Using our Amazon Discount Hunter takes less than a minute for instant results. 
First, select the country you live in or wish to buy from, and enter the product name you’d normally type in the Amazon search bar. Then, select the department that best describes your search, and enter both the minimum and maximum prices for the Amazon products.

Below the options for minimum and maximum prices is the discount slider - simply slide the endpoints of the bar to determine the minimum and maximum discount you're looking for.

Finally, you can customize results and specify both free shipping for your delivery and Amazon Prime options. Press "Search Discount" and get the deals you're looking for.

* Does Amazon Discount Hunter offer the best price?
Yes, it does! From your search, the tool shows the price range and discount range of the item you're looking for, allowing you to choose the best price for maximum savings. .

* What countries does the Amazon Discount Hunter search?
Our tool is available in 12 different countries, such as the United States, the United Kingdom, Japan, India, Germany, France, Brazil, and more.


Already using Amazon Coupon, PriceBlink, Coupert, Cently, Rakuten or Amazon Wishlist, RetailMeNot Genie, Piggy?  This will make a great addition to your collection of shopping extensions!  Get started saving today!                    

Grundlæggende oplysninger om udvidelsen

Navn Amazon Discount Hunter Amazon Discount Hunter
ID popfmfdcmbgimojlgdgeikdffbecaija
Officiel URL https://chromewebstore.google.com/detail/amazon-discount-hunter/popfmfdcmbgimojlgdgeikdffbecaija
Beskrivelse 3/3/2021
Filstørrelse 400 KB
Antal Installationer 1,484
Nuværende Version 1.2
Senest Opdateret 2021-03-03
Udgivelsesdato 2020-04-01
Udvikler https://iscoupon.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://iscoupon.com/amazon-hunter
Hjælpeside-URL https://iscoupon.com/amazon-hunter
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Discount Hunter",
    "version": "1.2",
    "description": "3\/3\/2021",
    "manifest_version": 2,
    "icons": {
        "16": "icon-extension-grey-16.png",
        "48": "icon-extension-grey-48.png",
        "128": "icon-extension-grey-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon-extension-grey-16.png",
            "19": "icon-extension-grey-19.png",
            "32": "icon-extension-grey-32.png",
            "38": "icon-extension-grey-38.png",
            "128": "icon-extension-grey-128.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.1.min.js",
                "slick.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.amazon.*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "jquery-3.2.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}