sellerboard Amazon FBA Profit Calculator

sellerboard Amazon FBA Profit Calculator

Vad är sellerboard Amazon FBA Profit Calculator?

sellerboard Amazon FBA Profit Calculator är en Chrome-tillägg utvecklad av https://sellerboard.com, och dess huvudfunktion är "sellerboard Amazon FBA Profit Calculator".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner sellerboard Amazon FBA Profit Calculator-förlängningens CRX-fil

Ladda ner sellerboard Amazon FBA Profit Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn sellerboard Amazon FBA Profit Calculator sellerboard Amazon FBA Profit Calculator
ID knefbmffdlieahakpjimbdkcaoomncje
Officiell webbadress https://chromewebstore.google.com/detail/sellerboard-amazon-fba-pr/knefbmffdlieahakpjimbdkcaoomncje
Beskrivning sellerboard Amazon FBA Profit Calculator
Filstorlek 617 KB
Antal Installationer 8,527
Aktuell Version 1.1.2
Senast Uppdaterad 2024-01-10
Publiceringsdatum 2021-03-04
Betyg 4.59/5 Totalt 17 Betyg
Utvecklare https://sellerboard.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://sellerboard.com
URL till Sekretesspolicy Sidan https://sellerboard.com/privacypolicy
Stödda Språk 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"
}