Keyword Grabber for Amazon Keywords

Shows keywords on Amazon product pages

Co to jest Keyword Grabber for Amazon Keywords?

Keyword Grabber for Amazon Keywords to rozszerzenie Chrome opracowane przez https://kwgrabber.com, a jego główną funkcją jest „Shows keywords on Amazon product pages”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Keyword Grabber for Amazon Keywords

Pobierz pliki rozszerzeń Keyword Grabber for Amazon Keywords w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Keyword Grabber for Amazon Keywords Keyword Grabber for Amazon Keywords
ID onkdeianmpjnloefjlmjjofjllkimmdk
Oficjalny URL https://chromewebstore.google.com/detail/keyword-grabber-for-amazo/onkdeianmpjnloefjlmjjofjllkimmdk
Opis Shows keywords on Amazon product pages
Rozmiar pliku 53.02 KB
Liczba instalacji 643
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2017-10-18
Data Publikacji 2017-10-17
Ocena 1.00/5 Łącznie 4 Oceny
Deweloper https://kwgrabber.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://kwgrabber.com
Adres URL Strony Pomocy http://kwgrabber.com
Adres URL Strony Polityki Prywatności https://www.chrisgreen.com/privacy-policy
Obsługiwane Języki 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"
            ]
        }
    ]
}