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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

AMZ Seller Browser 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
}