Serious Seller: Amazon Product Scanner

Amazon Product Research Seller Software.

Qu'est-ce que Serious Seller: Amazon Product Scanner ?

Serious Seller: Amazon Product Scanner est une extension Chrome développée par https://serious-seller.com, et sa fonction principale est "Amazon Product Research Seller Software.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Serious Seller: Amazon Product Scanner

Téléchargez les fichiers d'extension Serious Seller: Amazon Product Scanner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Serious Seller: Amazon Product Scanner Serious Seller: Amazon Product Scanner
ID adcenoddolfddnfjkneggmkmkmncknbk
URL Officiel https://chromewebstore.google.com/detail/serious-seller-amazon-pro/adcenoddolfddnfjkneggmkmkmncknbk
Description Amazon Product Research Seller Software.
Taille du Fichier 1.16 MB
Nombre d'Installations 101
Version Actuelle 2.1.0
Dernière Mise à Jour 2022-09-17
Date de Publication 2022-01-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://serious-seller.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.serious-seller.com
URL de la Page de Politique de Confidentialité https://www.snappy.ai/privacy
Langues Prises en Charge 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\/"
    ]
}