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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" } |