Instant FBA Calculator

Quickly calculate your profit margin right from Amazon Product page.

Instant FBA Calculatorคืออะไร?

Instant FBA Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Free Game Reviews และคุณลักษณะหลักของมันคือ "Quickly calculate your profit margin right from Amazon Product page."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instant FBA Calculator

ดาวน์โหลดไฟล์ส่วนขยาย Instant FBA Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Get FBA fees, Margins, and net revenue to see your Net Profit and return on investment, with this FBA calculator

What’s the #1 thing you want to know when choosing a product you are interested to sell on Amazon? Obviously, it’s potential profitability.

Simply open the Amazon page with the product you are interested in, and click the FBA Calculator icon on the top right corner of your browser, to find out the expected profitability in a few seconds.

You’ll immediately see the product’s FBA fees, its size, weight, price.

Just put in the item's wholesale cost, shipping cost, and you will instantly know if the product is worth selling!

This revenue calculator will calculate margin and expected ROI.

Use this Amazon FBA Calculator for free, now!  Simply click the install button.

As a seller, you’re probably interested in what exactly makes up Amazon’s commissions and wish to know how much Amazon take for each sale.

You’ll able to see the monthly storage costs based on weight & product size, packaging fees, referral fees, and total fulfillment by Amazon fees.

Use this calculator today and see if the product is worth selling on Amazon, or if it is too competitive.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Instant FBA Calculator Instant FBA Calculator
ID cinpcggmgjnkefldglflhjdhdnhnjdmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/instant-fba-calculator/cinpcggmgjnkefldglflhjdhdnhnjdmc
คำอธิบาย Quickly calculate your profit margin right from Amazon Product page.
ขนาดไฟล์ 93.45 KB
จำนวนการติดตั้ง 227
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-11-26
วันที่เผยแพร่ 2020-11-26
ผู้พัฒนา Free Game Reviews
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "version": "1.0.1",
    "icons": {
        "512": "icon-512.png",
        "256": "icon-256.png",
        "192": "icon-192.png",
        "128": "icon-128.png",
        "96": "icon-96.png",
        "72": "icon-72.png",
        "64": "icon-64.png",
        "48": "icon-48.png",
        "32": "icon-32.png",
        "16": "icon-16.png"
    },
    "browser_action": {
        "default_icon": "icon-512.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/update.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/sellercentral.amazon.com\/hz\/fba\/profitabilitycalculator\/*"
    ],
    "offline_enabled": true,
    "container": [
        "GOOGLE_DRIVE"
    ]
}