Keyword Grabber for Amazon Keywords
Shows keywords on Amazon product pages
Qu'est-ce que Keyword Grabber for Amazon Keywords ?
Keyword Grabber for Amazon Keywords est une extension Chrome développée par https://kwgrabber.com, et sa fonction principale est "Shows keywords on Amazon product pages".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Keyword Grabber for Amazon Keywords
Téléchargez les fichiers d'extension Keyword Grabber for Amazon Keywords au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Keyword Grabber for Amazon Keywords |
ID | onkdeianmpjnloefjlmjjofjllkimmdk |
URL Officiel | https://chromewebstore.google.com/detail/keyword-grabber-for-amazo/onkdeianmpjnloefjlmjjofjllkimmdk |
Description | Shows keywords on Amazon product pages |
Taille du Fichier | 53.02 KB |
Nombre d'Installations | 643 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2017-10-18 |
Date de Publication | 2017-10-17 |
Évaluation | 1.00/5 Total 4 Évaluations |
Développeur | https://kwgrabber.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://kwgrabber.com |
URL de la Page d'Aide | http://kwgrabber.com |
URL de la Page de Politique de Confidentialité | https://www.chrisgreen.com/privacy-policy |
Langues Prises en Charge | 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" ] } ] } |