Amazon Price Tracker

Tracks Amazon Product Prices

Amazon Price Trackerคืออะไร?

Amazon Price Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SchoolHelper และคุณลักษณะหลักของมันคือ "Tracks Amazon Product Prices"

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

screenshot
screenshot

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

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

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

                        A simple Amazon Price tracker.  It has two possible functions, one allows it to save a new product while the other shows the current products the extension is keeping track of.

DISCLAIMER:  Some products on Amazon like books or products with multiple prices do not function as intended.

Privacy:  This extension can only access your browsing when on the amazon website.  It only saves the URL of the product page when you click the button titled, "save this product".                    

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

ชื่อ Amazon Price Tracker Amazon Price Tracker
ID npdolbglkedboekdpjcgfnnekcciedki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/amazon-price-tracker/npdolbglkedboekdpjcgfnnekcciedki
คำอธิบาย Tracks Amazon Product Prices
ขนาดไฟล์ 14.39 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2019-01-17
วันที่เผยแพร่ 2019-01-17
ผู้พัฒนา SchoolHelper
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Price Tracker",
    "short_name": "amazonWatch",
    "version": "1.2",
    "description": "Tracks Amazon Product Prices",
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Track Amazon Products!"
    },
    "icons": {
        "32": "images\/logoA32.png",
        "48": "images\/logoA48.png",
        "128": "images\/logoA128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/www.amazon.com\/*"
    ]
}