Hummingbird Hover-Graph

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

Wat is Hummingbird Hover-Graph?

Hummingbird Hover-Graph is een Chrome-extensie ontwikkeld door https://tacticalarbitrage.com, en de belangrijkste functie is "On any Amazon product page click the extension icon to check price and sales rank history.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hummingbird Hover-Graph

Download Hummingbird Hover-Graph-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Hummingbird Hover-Graph Hummingbird Hover-Graph
ID fnjngbnfomhcjmcdmnlkhdjoicphlidl
Officiële URL https://chromewebstore.google.com/detail/hummingbird-hover-graph/fnjngbnfomhcjmcdmnlkhdjoicphlidl
Beschrijving On any Amazon product page click the extension icon to check price and sales rank history.
Bestandsgrootte 289 KB
Aantal Installaties 2,836
Huidige Versie 1.0.15
Laatst Bijgewerkt 2021-06-22
Publicatiedatum 2020-05-28
Beoordeling 4.63/5 Totaal 8 Beoordelingen
Ontwikkelaar https://tacticalarbitrage.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.tacticalarbitrage.com
URL van de Privacybeleid Pagina https://tacticalarbitrage.com/privacy-policy
Ondersteunde Talen 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"
    ]
}