Serious Seller: Amazon Product Scanner

Amazon Product Research Seller Software.

Serious Seller: Amazon Product Scanner란 무엇입니까?

Serious Seller: Amazon Product Scanner은(는) https://serious-seller.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amazon Product Research Seller Software."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Serious Seller: Amazon Product Scanner 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Use our Amazon Product Scanner to find a profitable product to sell online!

Sales Estimates, Best Seller Rank (BSR), First Review Dates, and more. All you need to do is enter a search term on Amazon, click on the extension, and watch the data appear. Save time by seeing all the data on the page without having to click on every item. Sorting, Filtering, Image Previews, Hiding Rows, CSV Export; you'll find all these features and more. 

Data is crucial to succeeding on Amazon. All the global brands use it, and now you can too. Use our Amazon browser extension to find your perfect product, and save time as you build your online business, grow your profits, and beat the competition.

We currently support the United States Amazon Marketplace. We will be adding the UK, Germany, Canada, France, Italy, India, Mexico and Spain soon.                    

확장 프로그램 기본 정보

이름 Serious Seller: Amazon Product Scanner Serious Seller: Amazon Product Scanner
ID adcenoddolfddnfjkneggmkmkmncknbk
공식 URL https://chromewebstore.google.com/detail/serious-seller-amazon-pro/adcenoddolfddnfjkneggmkmkmncknbk
설명 Amazon Product Research Seller Software.
파일 크기 1.16 MB
설치 횟수 101
현재 버전 2.1.0
최근 업데이트 2022-09-17
출시 날짜 2022-01-12
평점 5.00/5 총 2 개의 평점
개발자 https://serious-seller.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.serious-seller.com
개인정보 보호 정책 페이지 URL https://www.snappy.ai/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.0",
    "manifest_version": 3,
    "name": "Serious Seller: Amazon Product Scanner",
    "description": "Amazon Product Research Seller Software.",
    "homepage_url": "https:\/\/www.serious-seller.com",
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "images\/*.png",
                "images\/*.gif"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "css": [
                "popup.css"
            ],
            "js": [
                "lib.js",
                "popup.js"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/amazon.com\/",
        "https:\/\/www.amazon.com\/"
    ]
}