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 |
官方網址 | 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" ] } |