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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}