sellerboard Amazon FBA Profit Calculator

sellerboard Amazon FBA Profit Calculator

什麼是sellerboard Amazon FBA Profit Calculator?

sellerboard Amazon FBA Profit Calculator是由https://sellerboard.com開發的Chrome擴展程式,該擴展的主要功能是“sellerboard Amazon FBA Profit Calculator”。

擴展截圖

screenshot
screenshot
screenshot

下載sellerboard Amazon FBA Profit Calculator擴展crx文件

下載sellerboard Amazon FBA Profit Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 sellerboard Amazon FBA Profit Calculator sellerboard Amazon FBA Profit Calculator
ID knefbmffdlieahakpjimbdkcaoomncje
官方網址 https://chromewebstore.google.com/detail/sellerboard-amazon-fba-pr/knefbmffdlieahakpjimbdkcaoomncje
簡介 sellerboard Amazon FBA Profit Calculator
檔案大小 617 KB
安裝次數 8,527
目前版本 1.1.2
更新時間 2024-01-10
上架時間 2021-03-04
評分 4.59/5 共 17 次評分
開發者 https://sellerboard.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://sellerboard.com
隱私政策頁面URL https://sellerboard.com/privacypolicy
支援的語言 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"
}