Keyword Grabber for Amazon Keywords

Shows keywords on Amazon product pages

O que é Keyword Grabber for Amazon Keywords?

Keyword Grabber for Amazon Keywords é uma extensão do Chrome desenvolvida por https://kwgrabber.com, e sua principal característica é "Shows keywords on Amazon product pages".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Keyword Grabber for Amazon Keywords

Baixe arquivos de extensão Keyword Grabber for Amazon Keywords no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Keyword Grabber for Amazon Keywords Keyword Grabber for Amazon Keywords
ID onkdeianmpjnloefjlmjjofjllkimmdk
URL Oficial https://chromewebstore.google.com/detail/keyword-grabber-for-amazo/onkdeianmpjnloefjlmjjofjllkimmdk
Descrição Shows keywords on Amazon product pages
Tamanho do Arquivo 53.02 KB
Contagem de Instalações 643
Versão Atual 1.0.1
Última Atualização 2017-10-18
Data de Publicação 2017-10-17
Classificação 1.00/5 Total de 4 Avaliações
Desenvolvedor https://kwgrabber.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://kwgrabber.com
URL da Página de Ajuda http://kwgrabber.com
URL da Página de Política de Privacidade https://www.chrisgreen.com/privacy-policy
Idiomas Suportados 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"
            ]
        }
    ]
}