Keyword Grabber for Amazon Keywords

Shows keywords on Amazon product pages

Keyword Grabber for Amazon Keywords là gì?

Keyword Grabber for Amazon Keywords là một tiện ích mở rộng Chrome được phát triển bởi https://kwgrabber.com, và tính năng chính của nó là "Shows keywords on Amazon product pages".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Keyword Grabber for Amazon Keywords

Tải xuống các tệp mở rộng Keyword Grabber for Amazon Keywords dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Keyword Grabber for Amazon Keywords Keyword Grabber for Amazon Keywords
ID onkdeianmpjnloefjlmjjofjllkimmdk
URL Chính Thức https://chromewebstore.google.com/detail/keyword-grabber-for-amazo/onkdeianmpjnloefjlmjjofjllkimmdk
Mô tả Shows keywords on Amazon product pages
Kích Thước Tệp 53.02 KB
Số Lần Cài Đặt 643
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2017-10-18
Ngày Phát Hành 2017-10-17
Đánh Giá 1.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://kwgrabber.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://kwgrabber.com
URL Trang Trợ Giúp http://kwgrabber.com
URL Trang Chính Sách Bảo Mật https://www.chrisgreen.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}