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 là gì?

AMZ Seller Browser là một tiện ích mở rộng Chrome được phát triển bởi OR Interactive, và tính năng chính của nó là "If you are selling on Amazon marketplace, AMZ Seller Browser will save you hours and speed your products research.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AMZ Seller Browser

Tải xuống các tệp mở rộng AMZ Seller Browser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AMZ Seller Browser AMZ Seller Browser
ID klgpelgeohjghmccooegimcfhanlnngc
URL Chính Thức https://chromewebstore.google.com/detail/amz-seller-browser/klgpelgeohjghmccooegimcfhanlnngc
Mô tả If you are selling on Amazon marketplace, AMZ Seller Browser will save you hours and speed your products research.
Kích Thước Tệp 657 KB
Số Lần Cài Đặt 61,895
Phiên Bản Hiện Tại 2.0.17
Cập Nhật Lần Cuối 2022-06-09
Ngày Phát Hành 2020-05-24
Đánh Giá 3.38/5 Tổng số 172 Đánh Giá
Nhà Phát Triển OR Interactive
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.facebook.com/groups/AMZ.Seller.Browser/
Ngôn Ngữ Được Hỗ Trợ 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"
}