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是由OR Interactive开发的Chrome扩展程序,该扩展的主要功能是“If you are selling on Amazon marketplace, AMZ Seller Browser will save you hours and speed your products research.”。
扩展截图
下载AMZ Seller Browser扩展crx文件
下载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" } |