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によって開発されたChromeの拡張機能で、その主な機能は「On any Amazon product page click the extension icon to check price and sales rank history.」です。

拡張機能のスクリーンショット

screenshot

Hummingbird Hover-Graph拡張機能のCRXファイルをダウンロード

Hummingbird Hover-Graph拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}