Amazon Discount Hunter

3/3/2021

Amazon Discount Hunter란 무엇입니까?

Amazon Discount Hunter은(는) https://iscoupon.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "3/3/2021"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Amazon Discount Hunter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Amazon Discount Hunter Amazon Discount Hunter
ID popfmfdcmbgimojlgdgeikdffbecaija
공식 URL https://chromewebstore.google.com/detail/amazon-discount-hunter/popfmfdcmbgimojlgdgeikdffbecaija
설명 3/3/2021
파일 크기 400 KB
설치 횟수 1,484
현재 버전 1.2
최근 업데이트 2021-03-03
출시 날짜 2020-04-01
개발자 https://iscoupon.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://iscoupon.com/amazon-hunter
도움말 페이지 URL https://iscoupon.com/amazon-hunter
지원되는 언어 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'"
}