International Keepa Charts

Displays Keepa Charts for 13 Amazon marketplaces. Accessible from any Amazon details page.

International Keepa Charts란 무엇입니까?

International Keepa Charts은(는) https://selleramp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays Keepa Charts for 13 Amazon marketplaces. Accessible from any Amazon details page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

International Keepa Charts 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The International Keepa Chart extension is a free tool that allows you to easily view the latest Keepa graphs across multiple Amazon marketplaces for any listed product.

To use simply go to any Amazon details page and click on the globe icon in your toolbar. You can change the range of the graph by clicking on the number of days that you would like displayed.

Each marketplace can be activated and deactivated as required in the settings. 

Supported marketplaces are:
United Kingdom (.co.uk), France (.fr), Germany (.de), Spain (.es), Italy (.it), USA (.com), Canada (.ca), Mexico (.com.mx), Brazil (.com.br), Japan (.co.jp), China (.cn), India (.in) and Australia (.com.au).                    

확장 프로그램 기본 정보

이름 International Keepa Charts International Keepa Charts
ID ncjanpmaebdkjamcdphbfcnedhkofonf
공식 URL https://chromewebstore.google.com/detail/international-keepa-chart/ncjanpmaebdkjamcdphbfcnedhkofonf
설명 Displays Keepa Charts for 13 Amazon marketplaces. Accessible from any Amazon details page.
파일 크기 732 KB
설치 횟수 8,378
현재 버전 1.1.027
최근 업데이트 2020-11-21
출시 날짜 2019-11-05
평점 4.00/5 총 10 개의 평점
개발자 https://selleramp.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://selleramp.com/privacy-center/privacy-policy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "International Keepa Charts",
    "version": "1.1.027",
    "description": "Displays Keepa Charts for 13 Amazon marketplaces. Accessible from any Amazon details page.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "https:\/\/*.selleramp.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "js\/marketplaces.js",
            "js\/background.js",
            "js\/options.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/ikelogo16.png",
            "32": "images\/ikelogo32.png",
            "48": "images\/ikelogo48.png",
            "128": "images\/ikelogo128.png"
        }
    },
    "icons": {
        "16": "images\/ikelogo16.png",
        "32": "images\/ikelogo32.png",
        "48": "images\/ikelogo48.png",
        "128": "images\/ikelogo128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}