Keyword Grabber for Amazon Keywords

Shows keywords on Amazon product pages

Was ist Keyword Grabber for Amazon Keywords?

Keyword Grabber for Amazon Keywords ist eine Chrome-Erweiterung, die von https://kwgrabber.com entwickelt wurde, und ihr Hauptmerkmal ist "Shows keywords on Amazon product pages".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Keyword Grabber for Amazon Keywords-Erweiterungs-CRX-Datei herunterladen

Laden Sie Keyword Grabber for Amazon Keywords-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Keyword Grabber for Amazon Keywords Keyword Grabber for Amazon Keywords
ID onkdeianmpjnloefjlmjjofjllkimmdk
Offizielle URL https://chromewebstore.google.com/detail/keyword-grabber-for-amazo/onkdeianmpjnloefjlmjjofjllkimmdk
Beschreibung Shows keywords on Amazon product pages
Dateigröße 53.02 KB
Installationsanzahl 643
Aktuelle Version 1.0.1
Letztes Update 2017-10-18
Veröffentlichungsdatum 2017-10-17
Bewertung 1.00/5 Insgesamt 4 Bewertungen
Entwickler https://kwgrabber.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://kwgrabber.com
Hilfeseite URL http://kwgrabber.com
URL der Datenschutzrichtlinien-Seite https://www.chrisgreen.com/privacy-policy
Unterstützte Sprachen 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"
            ]
        }
    ]
}