Hummingbird Hover-Graph

On any Amazon product page click the extension icon to check price and sales rank history.

Cos'è Hummingbird Hover-Graph?

Hummingbird Hover-Graph è un'estensione di Chrome sviluppata da https://tacticalarbitrage.com, e la sua funzione principale è "On any Amazon product page click the extension icon to check price and sales rank history.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hummingbird Hover-Graph

Scarica i file di estensione Hummingbird Hover-Graph in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Hummingbird Hover-Graph Hummingbird Hover-Graph
ID fnjngbnfomhcjmcdmnlkhdjoicphlidl
URL Ufficiale https://chromewebstore.google.com/detail/hummingbird-hover-graph/fnjngbnfomhcjmcdmnlkhdjoicphlidl
Descrizione On any Amazon product page click the extension icon to check price and sales rank history.
Dimensione del File 289 KB
Conteggio Installazioni 2,836
Versione Corrente 1.0.15
Ultimo Aggiornamento 2021-06-22
Data di Pubblicazione 2020-05-28
Valutazione 4.63/5 Totale 8 Valutazioni
Sviluppatore https://tacticalarbitrage.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.tacticalarbitrage.com
URL della Pagina della Politica sulla Privacy https://tacticalarbitrage.com/privacy-policy
Lingue Supportate 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"
    ]
}