Keyword Grabber for Amazon Keywords

Shows keywords on Amazon product pages

Keyword Grabber for Amazon Keywords란 무엇입니까?

Keyword Grabber for Amazon Keywords은(는) https://kwgrabber.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows keywords on Amazon product pages"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Keyword Grabber for Amazon Keywords 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This Chrome extension ONLY WORKS with a VALID LICENSE KEY from Gumroad: https://gum.co/kwgrabber
Alternately, this extension is included free with membership in The RiverBank: www.River-Bank.com

Keyword Grabber for Amazon is a simple tool that grabs keywords for any product on Amazon.

Works best on established products with a sales history and product reviews. 

Example uses:

Launching a shirt design featuring UNICORNS through Merch By Amazon? Run Keyword Grabber on EXISTING unicorn shirts with a sales history and product reviews. You'll get a list of 'TOP' keywords as well as 'ADDITIONAL' keywords. Use these in your Product Description. 

Once you have a subscription and an active LICENSE KEY, please visit https://www.sell.io/amazon/index to use this service. 

You can also download the Keyword Grabber Chrome Extension and enter your active LICENSE KEY to use this directly from Amazon product pages!                    

확장 프로그램 기본 정보

이름 Keyword Grabber for Amazon Keywords Keyword Grabber for Amazon Keywords
ID onkdeianmpjnloefjlmjjofjllkimmdk
공식 URL https://chromewebstore.google.com/detail/keyword-grabber-for-amazo/onkdeianmpjnloefjlmjjofjllkimmdk
설명 Shows keywords on Amazon product pages
파일 크기 53.02 KB
설치 횟수 643
현재 버전 1.0.1
최근 업데이트 2017-10-18
출시 날짜 2017-10-17
평점 1.00/5 총 4 개의 평점
개발자 https://kwgrabber.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://kwgrabber.com
도움말 페이지 URL http://kwgrabber.com
개인정보 보호 정책 페이지 URL https://www.chrisgreen.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keyword Grabber for Amazon Keywords",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Shows keywords on Amazon product pages",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "http:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}