Hummingbird Hover-Graph

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

Hummingbird Hover-Graph là gì?

Hummingbird Hover-Graph là một tiện ích mở rộng Chrome được phát triển bởi https://tacticalarbitrage.com, và tính năng chính của nó là "On any Amazon product page click the extension icon to check price and sales rank history.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hummingbird Hover-Graph

Tải xuống các tệp mở rộng Hummingbird Hover-Graph dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hummingbird Hover-Graph Hummingbird Hover-Graph
ID fnjngbnfomhcjmcdmnlkhdjoicphlidl
URL Chính Thức https://chromewebstore.google.com/detail/hummingbird-hover-graph/fnjngbnfomhcjmcdmnlkhdjoicphlidl
Mô tả On any Amazon product page click the extension icon to check price and sales rank history.
Kích Thước Tệp 289 KB
Số Lần Cài Đặt 2,836
Phiên Bản Hiện Tại 1.0.15
Cập Nhật Lần Cuối 2021-06-22
Ngày Phát Hành 2020-05-28
Đánh Giá 4.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://tacticalarbitrage.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.tacticalarbitrage.com
URL Trang Chính Sách Bảo Mật https://tacticalarbitrage.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}