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 |
| 官方網址 | 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"
]
}
]
} | |