Keyword Grabber for Amazon Keywords
Shows keywords on Amazon product pages
Cos'è Keyword Grabber for Amazon Keywords?
Keyword Grabber for Amazon Keywords è un'estensione di Chrome sviluppata da https://kwgrabber.com, e la sua funzione principale è "Shows keywords on Amazon product pages".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Keyword Grabber for Amazon Keywords
Scarica i file di estensione Keyword Grabber for Amazon Keywords in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Keyword Grabber for Amazon Keywords |
ID | onkdeianmpjnloefjlmjjofjllkimmdk |
URL Ufficiale | https://chromewebstore.google.com/detail/keyword-grabber-for-amazo/onkdeianmpjnloefjlmjjofjllkimmdk |
Descrizione | Shows keywords on Amazon product pages |
Dimensione del File | 53.02 KB |
Conteggio Installazioni | 643 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2017-10-18 |
Data di Pubblicazione | 2017-10-17 |
Valutazione | 1.00/5 Totale 4 Valutazioni |
Sviluppatore | https://kwgrabber.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://kwgrabber.com |
URL della Pagina di Aiuto | http://kwgrabber.com |
URL della Pagina della Politica sulla Privacy | https://www.chrisgreen.com/privacy-policy |
Lingue Supportate | 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" ] } ] } |