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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "On any Amazon product page click the extension icon to check price and sales rank history."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hummingbird Hover-Graph एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 Hummingbird Hover-Graph
ID fnjngbnfomhcjmcdmnlkhdjoicphlidl
आधिकारिक URL 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"
    ]
}