Amazon Price Tracker

Tracks Amazon Product Prices

什么是Amazon Price Tracker?

Amazon Price Tracker是由SchoolHelper开发的Chrome扩展程序,该扩展的主要功能是“Tracks Amazon Product Prices”。

扩展截图

screenshot
screenshot

下载Amazon Price Tracker扩展crx文件

下载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\/*"
    ]
}