Amazon Price Tracker Assistant - amzdealz.net
Track any amazon product with history of price changes.
What is Amazon Price Tracker Assistant - amzdealz.net?
Amazon Price Tracker Assistant - amzdealz.net is a Chrome extension developed by https://amzdealz.net, and its main feature is "Track any amazon product with history of price changes.".
Extension Screenshots
Download Amazon Price Tracker Assistant - amzdealz.net Extension CRX File
Download Amazon Price Tracker Assistant - amzdealz.net 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
The browser Add-On from amzdealz.net is easy to use and helps you make better purchasing decisions when shopping online. Key features: 💰 Amazon price tracking (incl. price drop alert by email) 📈 Amazon Price History 🏆 Best Amazon Deals 🚫 No account needed 🛒Supported Amazon marketplaces [.com | .de | .com.br | .com.au] Just install and save! Our privacy policy: https://amzdealz.net/privacy_policy
Extension Basic Information
Name | |
ID | pedfjcopmeikkbjkpakmggbndkpbplna |
Official URL | https://chrome.google.com/webstore/detail/amazon-price-tracker-assi/pedfjcopmeikkbjkpakmggbndkpbplna |
Description | Track any amazon product with history of price changes. |
File Size | 411 KB |
Installation Count | 43 |
Current Version | 1.1.0 |
Last Updated | 2021-04-22 |
Publish Date | 2021-03-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://amzdealz.net |
[email protected] | |
Payment Type | free |
Extension Website | https://amzdealz.net |
Privacy Policy Page URL | https://amzdealz.net/privacy_policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Price Tracker Assistant - amzdealz.net", "version": "1.1.0", "description": "Track any amazon product with history of price changes.", "browser_action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "img\/icon.png", "32": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" } }, "icons": { "16": "img\/icon.png", "32": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "background": { "page": "background.html" }, "permissions": [ "activeTab", "https:\/\/*.amzdealz.net\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.com.br\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.com.au\/*" ], "homepage_url": "https:\/\/amzdealz.net\/" } |