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 |
官方網址 | 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 |
電子郵箱 | [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" } |