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은(는) qhoxie에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Amazon Deal Finder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
    }
}