AMZ Evaluator
Amazon keyword and product evaluation tool.
AMZ Evaluatorとは何ですか?
AMZ EvaluatorはRaybek Solutionsによって開発されたChromeの拡張機能で、その主な機能は「Amazon keyword and product evaluation tool.」です。
拡張機能のスクリーンショット
AMZ Evaluator拡張機能のCRXファイルをダウンロード
AMZ Evaluator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
AMZ Evaluator is a tool for evaluating search terms on Amazon. AMZ Evaluator provides: * Keyword analysis for Private Label, KDP and Merch keyword ideas * Sales estimates * Average price * Average sales rank * Review count *** Warning *** AMZ Evaluator currently only works on the US marketplace. Updates: v1.0.25: Bug fixes v1.0.24: Bug fixes v1.0.23: Bug fixes v1.0.22: Bug fixes v1.0.21: Bug fixes v1.0.20 : Bug fix v1.0.19 : Update to allow working in Incognito mode.
拡張機能の基本情報
名前 | AMZ Evaluator |
ID | meemnnacmdpmmpoejhpnklfhilieeghl |
公式URL | https://chromewebstore.google.com/detail/amz-evaluator/meemnnacmdpmmpoejhpnklfhilieeghl |
説明 | Amazon keyword and product evaluation tool. |
ファイルサイズ | 357 KB |
インストール数 | 1,777 |
現在のバージョン | 1.0.25 |
最終更新日 | 2022-04-07 |
公開日 | 2020-04-04 |
評価 | 3.50/5 合計 2 レビュー |
開発者 | Raybek Solutions |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://raybeksolutions.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AMZ Evaluator", "description": "Amazon keyword and product evaluation tool.", "version": "1.0.25", "icons": { "128": "icon-128.png" }, "page_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.amazon.com\/*", "*:\/\/smile.amazon.com\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.ca\/*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ] } ], "background": { "page": "background.html" }, "permissions": [ "storage", "*:\/\/www.amazon.com\/*", "*:\/\/smile.amazon.com\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.ca\/*", "https:\/\/api.gumroad.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "popup\/*" ], "sandbox": { "pages": [ "sandbox.html" ] }, "incognito": "split" } |