Amazon Price Tracker

Tracks Amazon Product Prices

Amazon Price Tracker là gì?

Amazon Price Tracker là một tiện ích mở rộng Chrome được phát triển bởi SchoolHelper, và tính năng chính của nó là "Tracks Amazon Product Prices".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Amazon Price Tracker

Tải xuống các tệp mở rộng Amazon Price Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Amazon Price Tracker Amazon Price Tracker
ID npdolbglkedboekdpjcgfnnekcciedki
URL Chính Thức https://chromewebstore.google.com/detail/amazon-price-tracker/npdolbglkedboekdpjcgfnnekcciedki
Mô tả Tracks Amazon Product Prices
Kích Thước Tệp 14.39 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-01-17
Ngày Phát Hành 2019-01-17
Nhà Phát Triển SchoolHelper
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}