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! 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
]
}
]
} | |