Hummingbird Hover-Graph
On any Amazon product page click the extension icon to check price and sales rank history.
Apa itu Hummingbird Hover-Graph?
Hummingbird Hover-Graph adalah ekstensi Chrome yang dikembangkan oleh https://tacticalarbitrage.com, dan fitur utamanya adalah "On any Amazon product page click the extension icon to check price and sales rank history.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hummingbird Hover-Graph
Unduh file ekstensi Hummingbird Hover-Graph dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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/
Informasi Dasar Ekstensi
Nama | Hummingbird Hover-Graph |
ID | fnjngbnfomhcjmcdmnlkhdjoicphlidl |
URL Resmi | https://chromewebstore.google.com/detail/hummingbird-hover-graph/fnjngbnfomhcjmcdmnlkhdjoicphlidl |
Deskripsi | On any Amazon product page click the extension icon to check price and sales rank history. |
Ukuran File | 289 KB |
Jumlah Instalasi | 2,836 |
Versi Saat Ini | 1.0.15 |
Terakhir Diperbarui | 2021-06-22 |
Tanggal Publikasi | 2020-05-28 |
Penilaian | 4.63/5 Total 8 Penilaian |
Pengembang | https://tacticalarbitrage.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.tacticalarbitrage.com |
URL Halaman Kebijakan Privasi | https://tacticalarbitrage.com/privacy-policy |
Bahasa yang Didukung | 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" ] } |