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.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου 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 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"
}