Keyword Grabber for Amazon Keywords
Shows keywords on Amazon product pages
Keyword Grabber for Amazon Keywordsとは何ですか?
Keyword Grabber for Amazon Keywordsはhttps://kwgrabber.comによって開発されたChromeの拡張機能で、その主な機能は「Shows keywords on Amazon product pages」です。
拡張機能のスクリーンショット
Keyword Grabber for Amazon Keywords拡張機能のCRXファイルをダウンロード
Keyword Grabber for Amazon Keywords拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | Keyword Grabber for Amazon Keywords |
ID | onkdeianmpjnloefjlmjjofjllkimmdk |
公式URL | https://chromewebstore.google.com/detail/keyword-grabber-for-amazo/onkdeianmpjnloefjlmjjofjllkimmdk |
説明 | Shows keywords on Amazon product pages |
ファイルサイズ | 53.02 KB |
インストール数 | 643 |
現在のバージョン | 1.0.1 |
最終更新日 | 2017-10-18 |
公開日 | 2017-10-17 |
評価 | 1.00/5 合計 4 レビュー |
開発者 | https://kwgrabber.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://kwgrabber.com |
ヘルプページのURL | http://kwgrabber.com |
プライバシーポリシーページのURL | https://www.chrisgreen.com/privacy-policy |
対応言語 | 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" ] } ] } |