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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "If you are selling on Amazon marketplace, AMZ Seller Browser will save you hours and speed your products research."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AMZ Seller Browser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |