AMZ Seller Browser
If you are selling on Amazon marketplace, AMZ Seller Browser will save you hours and speed your products research.
AMZ Seller Browserคืออะไร?
AMZ Seller Browser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OR Interactive และคุณลักษณะหลักของมันคือ "If you are selling on Amazon marketplace, AMZ Seller Browser will save you hours and speed your products research."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AMZ Seller Browser
ดาวน์โหลดไฟล์ส่วนขยาย AMZ Seller Browser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Visit us on our facebook group to get product updates and share your experience: https://www.facebook.com/groups/AMZ.Seller.Browser Features: - Help Amazon sellers find new products to sell - Add Amazon BSR to each product in the search - Show price history from Keepa in quick view - Show other products from this brand in quick view - Click on each of the quick view links and it will take you to the target page - Show all product elements in the Amazon search - Support all Amazon marketplaces Many more features to come !!! Free forever!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AMZ Seller Browser |
ID | klgpelgeohjghmccooegimcfhanlnngc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/amz-seller-browser/klgpelgeohjghmccooegimcfhanlnngc |
คำอธิบาย | If you are selling on Amazon marketplace, AMZ Seller Browser will save you hours and speed your products research. |
ขนาดไฟล์ | 657 KB |
จำนวนการติดตั้ง | 61,895 |
เวอร์ชันปัจจุบัน | 2.0.17 |
อัปเดตครั้งล่าสุด | 2022-06-09 |
วันที่เผยแพร่ | 2020-05-24 |
คะแนน | 3.38/5 รวมทั้งหมด 172 คะแนน |
ผู้พัฒนา | OR Interactive |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://www.facebook.com/groups/AMZ.Seller.Browser/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "name": "AMZ Seller Browser", "version": "2.0.17", "manifest_version": 3, "description": "If you are selling on Amazon marketplace, AMZ Seller Browser will save you hours and speed your products research.", "icons": { "128": "images\/Add_product_arrow-on.png" }, "action": [], "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.ae\/*", "*:\/\/*.amazon.com.tr\/*" ], "default_locale": "en", "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "styles\/style.css" ], "js": [ "scripts\/jquery.min.js", "scripts\/jquery-ui.min.js", "scripts\/bootstrap.min.js", "scripts\/lodash.js", "scripts\/contentscript.js" ], "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.ae\/*", "*:\/\/*.amazon.com.tr\/*" ], "run_at": "document_idle" } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |