Keyword Harvester tool for Amazon

Keyword Harvester tool for Amazon

什么是Keyword Harvester tool for Amazon?

Keyword Harvester tool for Amazon是由http://zonwords.com开发的Chrome扩展程序,该扩展的主要功能是“Keyword Harvester tool for Amazon”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Keyword Harvester tool for Amazon扩展crx文件

下载Keyword Harvester tool for Amazon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Keyword Harvester tool for Amazon Keyword Harvester tool for Amazon
ID fejmbkhbmbaiideagcjlaabjicelfnlk
官方URL https://chrome.google.com/webstore/detail/keyword-harvester-tool-fo/fejmbkhbmbaiideagcjlaabjicelfnlk
简介 Keyword Harvester tool for Amazon
文件大小 960 KB
安装次数 337
当前版本 0.0.1
更新时间 2019-03-25
上架时间 2019-03-25
评分 5.00/5 共1次评分
开发者 http://zonwords.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://zonwords.com
帮助页面URL https://zonwords.com/support.php
隐私政策页面URL https://zonwords.com/privacy.php
支持的语言 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"
    }
}