AZ 90 Day
Display any Amazon product's average 90 selling price and sales rank.
What is AZ 90 Day?
AZ 90 Day is a Chrome extension developed by Green Lava, and its main feature is "Display any Amazon product's average 90 selling price and sales rank.".
Extension Screenshots
Download AZ 90 Day Extension CRX File
Download AZ 90 Day 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
Get 90 Day Price and Rank Averages on the Amazon Page with the AZ 90 Day Chrome Extension for Amazon.
Extension Basic Information
Name | AZ 90 Day |
ID | nnlkfkelmipfdpgjiopncibpcghjkbjl |
Official URL | https://chromewebstore.google.com/detail/az-90-day/nnlkfkelmipfdpgjiopncibpcghjkbjl |
Description | Display any Amazon product's average 90 selling price and sales rank. |
File Size | 375 KB |
Installation Count | 327 |
Current Version | 1.3 |
Last Updated | 2016-08-14 |
Publish Date | 2016-08-14 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Green Lava |
[email protected] | |
Payment Type | in_app |
Extension Website | http://www.az90day.com/ |
Help Page URL | http://www.az90day.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AZ 90 Day", "version": "1.3", "description": "Display any Amazon product's average 90 selling price and sales rank.", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "match_about_blank": true, "all_frames": true, "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*", "https:\/\/keepa.com\/*", "http:\/\/keepa.com\/*" ], "js": [ "script.js" ] } ], "browser_action": { "default_icon": { "19": "images\/diamond.png" } }, "permissions": [ "activeTab", "tabs" ], "manifest_version": 2 } |