sellerboard Amazon FBA Profit Calculator

sellerboard Amazon FBA Profit Calculator

What is sellerboard Amazon FBA Profit Calculator?

sellerboard Amazon FBA Profit Calculator is a Chrome extension developed by https://sellerboard.com, and its main feature is "sellerboard Amazon FBA Profit Calculator".

Extension Screenshots

screenshot
screenshot
screenshot

Download sellerboard Amazon FBA Profit Calculator Extension CRX File

Download sellerboard Amazon FBA Profit Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name sellerboard Amazon FBA Profit Calculator sellerboard Amazon FBA Profit Calculator
ID knefbmffdlieahakpjimbdkcaoomncje
Official URL https://chromewebstore.google.com/detail/sellerboard-amazon-fba-pr/knefbmffdlieahakpjimbdkcaoomncje
Description sellerboard Amazon FBA Profit Calculator
File Size 617 KB
Installation Count 8,527
Current Version 1.1.2
Last Updated 2024-01-10
Publish Date 2021-03-04
Rating 4.59/5 Total 17 Ratings
Developer https://sellerboard.com
Email [email protected]
Payment Type free
Extension Website http://sellerboard.com
Privacy Policy Page URL https://sellerboard.com/privacypolicy
Supported Languages 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"
}