Keyword Harvester tool for Amazon

Keyword Harvester tool for Amazon

Keyword Harvester tool for Amazon là gì?

Keyword Harvester tool for Amazon là một tiện ích mở rộng Chrome được phát triển bởi http://zonwords.com, và tính năng chính của nó là "Keyword Harvester tool for Amazon".

Ả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 Harvester tool for Amazon

Tải xuống các tệp mở rộng Keyword Harvester tool for Amazon 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

                        Free Amazon Keyword Tool! 

Harvest Amazon suggest keywords with ONE click! 

Free long tail amazon keyword generator is brought to you by ZonWords.com

You can generate Amazon suggested keywords and use them for your listing optimization, tracking and analytics. To get exact and broad Amazon search volumes, conversions and clickthrough data - use Zon Words.

This Free keyword tool Chrome Extension pulls hundreds of long tail keywords. With the option to filter keywords for a particular marketplace, the keywords are customized to the marketplace you are selling in.                    

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

Tên Keyword Harvester tool for Amazon Keyword Harvester tool for Amazon
ID fejmbkhbmbaiideagcjlaabjicelfnlk
URL Chính Thức https://chrome.google.com/webstore/detail/keyword-harvester-tool-fo/fejmbkhbmbaiideagcjlaabjicelfnlk
Mô tả Keyword Harvester tool for Amazon
Kích Thước Tệp 960 KB
Số Lần Cài Đặt 337
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2019-03-25
Ngày Phát Hành 2019-03-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://zonwords.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://zonwords.com
URL Trang Trợ Giúp https://zonwords.com/support.php
URL Trang Chính Sách Bảo Mật https://zonwords.com/privacy.php
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keyword Harvester tool for Amazon",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Keyword Harvester tool for Amazon",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "contentSettings",
        "cookies"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/completion.amazon.com\/*",
                "*:\/\/completion.amazon.co.uk\/*",
                "*:\/\/completion.amazon.cn\/*",
                "*:\/\/completion.amazon.co.jp\/*",
                "*:\/\/www.amazon.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/connect.facebook.net\/; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Keyword Harvester tool for Amazon"
    }
}