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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |