Keyword Harvester tool for Amazon
Keyword Harvester tool for Amazon
What is Keyword Harvester tool for Amazon?
Keyword Harvester tool for Amazon is a Chrome extension developed by http://zonwords.com, and its main feature is "Keyword Harvester tool for Amazon".
Extension Screenshots
Download Keyword Harvester tool for Amazon Extension CRX File
Download Keyword Harvester tool for Amazon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | fejmbkhbmbaiideagcjlaabjicelfnlk |
Official URL | https://chrome.google.com/webstore/detail/keyword-harvester-tool-fo/fejmbkhbmbaiideagcjlaabjicelfnlk |
Description | Keyword Harvester tool for Amazon |
File Size | 960 KB |
Installation Count | 337 |
Current Version | 0.0.1 |
Last Updated | 2019-03-25 |
Publish Date | 2019-03-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://zonwords.com |
[email protected] | |
Payment Type | free |
Extension Website | https://zonwords.com |
Help Page URL | https://zonwords.com/support.php |
Privacy Policy Page URL | https://zonwords.com/privacy.php |
Supported Languages | 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" } } |