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文件

下载Serious Seller: Amazon Product Scanner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/"
    ]
}