Hummingbird Hover-Graph
On any Amazon product page click the extension icon to check price and sales rank history.
Was ist Hummingbird Hover-Graph?
Hummingbird Hover-Graph ist eine Chrome-Erweiterung, die von https://tacticalarbitrage.com entwickelt wurde, und ihr Hauptmerkmal ist "On any Amazon product page click the extension icon to check price and sales rank history.".
Erweiterungsscreenshots
Hummingbird Hover-Graph-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hummingbird Hover-Graph-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | Hummingbird Hover-Graph |
ID | fnjngbnfomhcjmcdmnlkhdjoicphlidl |
Offizielle URL | https://chromewebstore.google.com/detail/hummingbird-hover-graph/fnjngbnfomhcjmcdmnlkhdjoicphlidl |
Beschreibung | On any Amazon product page click the extension icon to check price and sales rank history. |
Dateigröße | 289 KB |
Installationsanzahl | 2,836 |
Aktuelle Version | 1.0.15 |
Letztes Update | 2021-06-22 |
Veröffentlichungsdatum | 2020-05-28 |
Bewertung | 4.63/5 Insgesamt 8 Bewertungen |
Entwickler | https://tacticalarbitrage.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.tacticalarbitrage.com |
URL der Datenschutzrichtlinien-Seite | https://tacticalarbitrage.com/privacy-policy |
Unterstützte Sprachen | 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" ] } |