Keyword Grabber for Amazon Keywords

Shows keywords on Amazon product pages

Co je Keyword Grabber for Amazon Keywords?

Keyword Grabber for Amazon Keywords je rozšíření Chrome vyvinuté https://kwgrabber.com, a jeho hlavní funkcí je „Shows keywords on Amazon product pages“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Keyword Grabber for Amazon Keywords

Stáhněte si soubory rozšíření Keyword Grabber for Amazon Keywords ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Keyword Grabber for Amazon Keywords Keyword Grabber for Amazon Keywords
ID onkdeianmpjnloefjlmjjofjllkimmdk
Oficiální URL https://chromewebstore.google.com/detail/keyword-grabber-for-amazo/onkdeianmpjnloefjlmjjofjllkimmdk
Popis Shows keywords on Amazon product pages
Velikost souboru 53.02 KB
Počet instalací 643
Aktuální Verze 1.0.1
Poslední Aktualizace 2017-10-18
Datum Vydání 2017-10-17
Hodnocení 1.00/5 Celkem 4 Hodnocení
Vývojář https://kwgrabber.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://kwgrabber.com
URL Stránky Nápovědy http://kwgrabber.com
URL Stránky Zásad Ochrany Soukromí https://www.chrisgreen.com/privacy-policy
Podporované Jazyky 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"
            ]
        }
    ]
}