sellerboard Amazon FBA Profit Calculator

sellerboard Amazon FBA Profit Calculator

Wat is sellerboard Amazon FBA Profit Calculator?

sellerboard Amazon FBA Profit Calculator is een Chrome-extensie ontwikkeld door https://sellerboard.com, en de belangrijkste functie is "sellerboard Amazon FBA Profit Calculator".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie sellerboard Amazon FBA Profit Calculator

Download sellerboard Amazon FBA Profit Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        sellerboard FBA Profit Calculator helps Amazon sellers research and source new products for selling on Amazon. The plugin displays estimates of Amazon fees (e.g., FBA fee, referral fee, storage fee) directly on the Amazon product detail page. Additionally, the sellerboard FBA Profit Calculator estimates daily and monthly sales of a product and calculates the potential profit per day and month. Just enter the buying price, and the tool will automatically do the rest. You can edit all calculation parameters manually (e.g., edit the selling price, product dimensions for FBA fee estimation, etc.).

The sellerboard FBA Profit Calculator takes into account the following parameters: 
- The selling price of the product
- All Amazon fees (incl. FBA fee, Referral fee, and Monthly Storage fee).
- Cost of returns based on an editable return rate (e.g. 2%)
- Estimated daily and monthly sales
- Estimated profit and margin

The sales are estimated based on the Best Seller Rank of the product (BSR). Be aware that actual sales and profit may be different. 

The sellerboard FBA Profit Calculator plugin is completely free! 

Supported marketplaces: amazon.ca, amazon.co.uk, amazon.com, amazon.de, amazon.fr, amazon.it, amazon.es

If you have any questions, ideas, or feedback, please contact us: [email protected].

This extension is presented by sellerboard.com, the world's most accurate and most user-friendly profit analytics tool for Amazon sellers. Check out our demo and get a free trial: sellerboard.com                    

Basisinformatie over de Extensie

Naam sellerboard Amazon FBA Profit Calculator sellerboard Amazon FBA Profit Calculator
ID knefbmffdlieahakpjimbdkcaoomncje
Officiële URL https://chromewebstore.google.com/detail/sellerboard-amazon-fba-pr/knefbmffdlieahakpjimbdkcaoomncje
Beschrijving sellerboard Amazon FBA Profit Calculator
Bestandsgrootte 617 KB
Aantal Installaties 8,527
Huidige Versie 1.1.2
Laatst Bijgewerkt 2024-01-10
Publicatiedatum 2021-03-04
Beoordeling 4.59/5 Totaal 17 Beoordelingen
Ontwikkelaar https://sellerboard.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://sellerboard.com
URL van de Privacybeleid Pagina https://sellerboard.com/privacypolicy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "sellerboard Amazon FBA Profit Calculator",
    "description": "sellerboard Amazon FBA Profit Calculator",
    "version": "1.1.2.0",
    "version_name": "1.1.2",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "src\/assets\/icon-16-active.png",
            "48": "src\/assets\/icon-48-active.png",
            "128": "src\/assets\/icon-128-active.png"
        },
        "default_title": "Popup Sample",
        "default_popup": "src\/popup\/index.html"
    },
    "icons": {
        "16": "src\/assets\/icon-16-active.png",
        "48": "src\/assets\/icon-48-active.png",
        "128": "src\/assets\/icon-128-active.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/assets\/icon-16-notactive.png",
                "src\/assets\/icon-48-notactive.png",
                "src\/assets\/icon-128-notactive.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.it\/*"
            ],
            "resources": [
                "assets\/content_script.ts-94a227e5.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content_script.ts-loader-96a78675.js"
            ],
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.ca\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.amazon.com\/",
        "https:\/\/*.amazon.de\/",
        "https:\/\/*.amazon.co.uk\/",
        "https:\/\/*.amazon.fr\/",
        "https:\/\/*.amazon.es\/",
        "https:\/\/*.amazon.it\/",
        "https:\/\/*.amazon.ca\/"
    ],
    "options_page": "src\/options\/index.html"
}