Amazon Product Research Tool by Sellergyan

This extension will help an Amazon seller do research on product data and grow their business

Amazon Product Research Tool by Sellergyan란 무엇입니까?

Amazon Product Research Tool by Sellergyan은(는) http://www.sellergyan.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will help an Amazon seller do research on product data and grow their business"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Amazon Product Research Tool by Sellergyan 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension will help an Amazon seller do research on product data and grow their business. This extension supports all the marketplaces of Amazon. Powered by Seller gyan                    

확장 프로그램 기본 정보

이름 Amazon Product Research Tool by Sellergyan Amazon Product Research Tool by Sellergyan
ID gjbnckfcmkgdklfglokdcmhkngmlbimm
공식 URL https://chrome.google.com/webstore/detail/amazon-product-research-t/gjbnckfcmkgdklfglokdcmhkngmlbimm
설명 This extension will help an Amazon seller do research on product data and grow their business
파일 크기 145 KB
설치 횟수 87
현재 버전 1.4
최근 업데이트 2019-06-25
출시 날짜 2019-06-25
평점 5.00/5 총 2 개의 평점
개발자 http://www.sellergyan.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Product Research Tool by Sellergyan",
    "short_name": "Amazon Product Research Tool",
    "page_action": {
        "default_title": "Amazon Product Research Tool by Sellergyan",
        "default_popup": "count.html"
    },
    "icons": {
        "16": ".\/images\/icon16.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.co.uk\/s?*",
                "https:\/\/www.amazon.es\/s?*",
                "https:\/\/www.amazon.com.mx\/s?*",
                "https:\/\/www.amazon.co.jp\/s?*",
                "https:\/\/www.amazon.it\/s?*",
                "https:\/\/www.amazon.de\/s?*",
                "https:\/\/www.amazon.fr\/s?*",
                "https:\/\/www.amazon.cn\/s?*",
                "https:\/\/www.amazon.ca\/s?*",
                "https:\/\/www.amazon.com.br\/s?*",
                "https:\/\/www.amazon.com.au\/s?*",
                "https:\/\/www.amazon.com\/s?*",
                "https:\/\/www.amazon.ae\/s?*",
                "https:\/\/www.amazon.in\/s*",
                "https:\/\/www.amazon.in\/gp\/search\/*",
                "https:\/\/www.amazon.in\/s?*"
            ],
            "js": [
                "js\/content.js",
                "js\/jquery.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "version": "1.4",
    "description": "This extension will help an Amazon seller do research on product data and grow their business",
    "permissions": [
        "https:\/\/www.amazon.co.uk\/*",
        "https:\/\/www.amazon.es\/*",
        "https:\/\/www.amazon.com.mx\/*",
        "https:\/\/www.amazon.it\/*",
        "https:\/\/www.amazon.de\/*",
        "https:\/\/www.amazon.fr\/*",
        "https:\/\/www.amazon.cn\/*",
        "https:\/\/www.amazon.in\/*",
        "https:\/\/www.amazon.ca\/*",
        "https:\/\/www.amazon.ae\/*",
        "https:\/\/www.amazon.com.br\/*",
        "https:\/\/www.amazon.com.au\/*",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/www.sellergyan.com\/*",
        "https:\/\/www.googletagmanager.com\/*"
    ]
}