sellerboard Amazon FBA Profit Calculator

sellerboard Amazon FBA Profit Calculator

Was ist sellerboard Amazon FBA Profit Calculator?

sellerboard Amazon FBA Profit Calculator ist eine Chrome-Erweiterung, die von https://sellerboard.com entwickelt wurde, und ihr Hauptmerkmal ist "sellerboard Amazon FBA Profit Calculator".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

sellerboard Amazon FBA Profit Calculator-Erweiterungs-CRX-Datei herunterladen

Laden Sie sellerboard Amazon FBA Profit Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name sellerboard Amazon FBA Profit Calculator sellerboard Amazon FBA Profit Calculator
ID knefbmffdlieahakpjimbdkcaoomncje
Offizielle URL https://chromewebstore.google.com/detail/sellerboard-amazon-fba-pr/knefbmffdlieahakpjimbdkcaoomncje
Beschreibung sellerboard Amazon FBA Profit Calculator
Dateigröße 617 KB
Installationsanzahl 8,527
Aktuelle Version 1.1.2
Letztes Update 2024-01-10
Veröffentlichungsdatum 2021-03-04
Bewertung 4.59/5 Insgesamt 17 Bewertungen
Entwickler https://sellerboard.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://sellerboard.com
URL der Datenschutzrichtlinien-Seite https://sellerboard.com/privacypolicy
Unterstützte Sprachen 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"
}