Amazon Price Tracker
Tracks Amazon Product Prices
What is Amazon Price Tracker?
Amazon Price Tracker is a Chrome extension developed by SchoolHelper, and its main feature is "Tracks Amazon Product Prices".
Extension Screenshots
Download Amazon Price Tracker Extension CRX File
Download Amazon Price Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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".
Extension Basic Information
Name | Amazon Price Tracker |
ID | npdolbglkedboekdpjcgfnnekcciedki |
Official URL | https://chromewebstore.google.com/detail/amazon-price-tracker/npdolbglkedboekdpjcgfnnekcciedki |
Description | Tracks Amazon Product Prices |
File Size | 14.39 KB |
Installation Count | 26 |
Current Version | 1.2 |
Last Updated | 2019-01-17 |
Publish Date | 2019-01-17 |
Developer | SchoolHelper |
Payment Type | free |
Supported Languages | 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\/*" ] } |