AMZ Seller Browser
If you are selling on Amazon marketplace, AMZ Seller Browser will save you hours and speed your products research.
Qu'est-ce que AMZ Seller Browser ?
AMZ Seller Browser est une extension Chrome développée par OR Interactive, et sa fonction principale est "If you are selling on Amazon marketplace, AMZ Seller Browser will save you hours and speed your products research.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AMZ Seller Browser
Téléchargez les fichiers d'extension AMZ Seller Browser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | AMZ Seller Browser |
ID | klgpelgeohjghmccooegimcfhanlnngc |
URL Officiel | https://chromewebstore.google.com/detail/amz-seller-browser/klgpelgeohjghmccooegimcfhanlnngc |
Description | If you are selling on Amazon marketplace, AMZ Seller Browser will save you hours and speed your products research. |
Taille du Fichier | 657 KB |
Nombre d'Installations | 61,895 |
Version Actuelle | 2.0.17 |
Dernière Mise à Jour | 2022-06-09 |
Date de Publication | 2020-05-24 |
Évaluation | 3.38/5 Total 172 Évaluations |
Développeur | OR Interactive |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://www.facebook.com/groups/AMZ.Seller.Browser/ |
Langues Prises en Charge | 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" } |