Hummingbird Hover-Graph
On any Amazon product page click the extension icon to check price and sales rank history.
什么是Hummingbird Hover-Graph?
Hummingbird Hover-Graph是由https://tacticalarbitrage.com开发的Chrome扩展程序,该扩展的主要功能是“On any Amazon product page click the extension icon to check price and sales rank history.”。
扩展截图
下载Hummingbird Hover-Graph扩展crx文件
下载Hummingbird Hover-Graph扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/
扩展基本信息
名称 | Hummingbird Hover-Graph |
ID | fnjngbnfomhcjmcdmnlkhdjoicphlidl |
官方URL | https://chromewebstore.google.com/detail/hummingbird-hover-graph/fnjngbnfomhcjmcdmnlkhdjoicphlidl |
简介 | On any Amazon product page click the extension icon to check price and sales rank history. |
文件大小 | 289 KB |
安装次数 | 2,836 |
当前版本 | 1.0.15 |
更新时间 | 2021-06-22 |
上架时间 | 2020-05-28 |
评分 | 4.63/5 共8次评分 |
开发者 | https://tacticalarbitrage.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.tacticalarbitrage.com |
隐私政策页面URL | https://tacticalarbitrage.com/privacy-policy |
支持的语言 | 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" ] } |