Serious Seller: Amazon Product Scanner

Amazon Product Research Seller Software.

Serious Seller: Amazon Product Scanner क्या है?

Serious Seller: Amazon Product Scanner https://serious-seller.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Amazon Product Research Seller Software."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Serious Seller: Amazon Product Scanner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/"
    ]
}