Amazon Discount Hunter

3/3/2021

Apa itu Amazon Discount Hunter?

Amazon Discount Hunter adalah ekstensi Chrome yang dikembangkan oleh https://iscoupon.com, dan fitur utamanya adalah "3/3/2021".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Amazon Discount Hunter

Unduh file ekstensi Amazon Discount Hunter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Amazon Discount Hunter Amazon Discount Hunter
ID popfmfdcmbgimojlgdgeikdffbecaija
URL Resmi https://chromewebstore.google.com/detail/amazon-discount-hunter/popfmfdcmbgimojlgdgeikdffbecaija
Deskripsi 3/3/2021
Ukuran File 400 KB
Jumlah Instalasi 1,484
Versi Saat Ini 1.2
Terakhir Diperbarui 2021-03-03
Tanggal Publikasi 2020-04-01
Pengembang https://iscoupon.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://iscoupon.com/amazon-hunter
URL Halaman Bantuan https://iscoupon.com/amazon-hunter
Bahasa yang Didukung 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'"
}