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