Amazon Price Tracker

Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop

Amazon Price Trackerคืออะไร?

Amazon Price Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pricetracker.zoomzio.com และคุณลักษณะหลักของมันคือ "Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Price Tracker

ดาวน์โหลดไฟล์ส่วนขยาย Amazon Price Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        There is no membership. no fees.  It can track as many items as you want.

Features: 
* Just go to any Amazon product page and click on the "Price Tracker" icon. The item will be added to your product list instantly.

* You can set the email alerts for the individual products. 

* You can also use the Price Watcher as a product registry or shopping list for Amazon items. 

* With our "lighting search" feature, you can get search results instantly.

Please provide us with any feedback you may have and please remember to rate us!

Limitations: 
1) Only works on Amazon US 

-Version 1.0 : Initial version                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Amazon Price Tracker Amazon Price Tracker
ID hghiflokdkfejijmhioochdgncpoanon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/amazon-price-tracker/hghiflokdkfejijmhioochdgncpoanon
คำอธิบาย Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop
ขนาดไฟล์ 52.73 KB
จำนวนการติดตั้ง 193
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2014-01-18
วันที่เผยแพร่ 2014-01-18
คะแนน 4.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://pricetracker.zoomzio.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://pricetracker.zoomzio.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Price Tracker",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "http:\/\/pricetracker.zoomzio.com",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "short_name": "PriceTracker",
    "permissions": [
        "tabs",
        "",
        "storage"
    ]
}