Hummingbird Hover-Graph
On any Amazon product page click the extension icon to check price and sales rank history.
What is Hummingbird Hover-Graph?
Hummingbird Hover-Graph is a Chrome extension developed by https://tacticalarbitrage.com, and its main feature is "On any Amazon product page click the extension icon to check price and sales rank history.".
Extension Screenshots
Download Hummingbird Hover-Graph Extension CRX File
Download Hummingbird Hover-Graph 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
Now anyone can check an Amazon product for price and sales rank history. The extension is really easy to use. Simply head to any Amazon product page and click the extension icon. Up will pop an interactive graph with data you can hover over to see key information you need to help you analyze any Amazon product for important sourcing decisions. Privacy Policy - https://tacticalarbitrage.com/privacy-policy/
Extension Basic Information
Name | Hummingbird Hover-Graph |
ID | fnjngbnfomhcjmcdmnlkhdjoicphlidl |
Official URL | https://chromewebstore.google.com/detail/hummingbird-hover-graph/fnjngbnfomhcjmcdmnlkhdjoicphlidl |
Description | On any Amazon product page click the extension icon to check price and sales rank history. |
File Size | 289 KB |
Installation Count | 2,836 |
Current Version | 1.0.15 |
Last Updated | 2021-06-22 |
Publish Date | 2020-05-28 |
Rating | 4.63/5 Total 8 Ratings |
Developer | https://tacticalarbitrage.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.tacticalarbitrage.com |
Privacy Policy Page URL | https://tacticalarbitrage.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "manifest_version": 2, "name": "Hummingbird Hover-Graph", "short_name": "Hummingbird Hover-Graph", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.15", "description": "On any Amazon product page click the extension icon to check price and sales rank history.", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "images\/icon128.png", "default_popup": "html\/button.html" }, "icons": { "128": "images\/icon128.png" }, "options_page": "html\/options.html", "permissions": [ "https:\/\/tacticalarbitrage.com\/*", "https:\/\/*.tacticalarbitrage.com\/*", "https:\/\/tacticalflips.com\/*", "https:\/\/*.tacticalflips.com\/*", "cookies", "tabs" ] } |