AMZ Evaluator
Amazon keyword and product evaluation tool.
AMZ Evaluatorคืออะไร?
AMZ Evaluator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Raybek Solutions และคุณลักษณะหลักของมันคือ "Amazon keyword and product evaluation tool."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AMZ Evaluator
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } |