eCommerce Profit Calculator

ECommerce general profit calculator tool, suitable for Amazon, Etsy and other major platforms, can be used for free.

eCommerce Profit Calculatorคืออะไร?

eCommerce Profit Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MossExt และคุณลักษณะหลักของมันคือ "ECommerce general profit calculator tool, suitable for Amazon, Etsy and other major platforms, can be used for free."

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

screenshot
screenshot
screenshot

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

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

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

                        Commerce Profit Calculatoris a universal profit calculator tool for eCommerce, which can be used for free on various platforms such as Amazon and Etsy. With this plugin, You can use it to calculate Amazon and other platforms' expenses, sales margins, revenue and product net profit, etc.

Aren't you bored with complicated profit calculations? All you have to do is install the Commerce Profit Calculator quickly.

*No bloat, no ads, no unnecessary permissions, just a simple way to calculate profit margins on various items.

If you encounter an issue, please report it via the customer support flag icon on the capture page, so we can improve the extension for you and everyone else who uses it.

Support Platform:
● Amazon(amazon.com, amazon.uk, amazon.jp and so on)
● Etsy
● Aliexpress 
● Shopify
● all type store

Operating Procedures
1. Adding Commerce Profit Calculator to your Chrome browser
2. Now, you can open the calculator plugin page in the web interface and calculate the profit of any item you want by clicking the corresponding button in the plugin bar

FAQ
-Q:Can I remit different goods from different countries in cross-border e-commerce?
-A:Yes, of course. The Commerce Profit Calculator provides several country templates for you to select, as well as a choice of currency for daily exchange rates. The moment you calculate the profit, the corresponding results can be displayed in the way you want.                    

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

ชื่อ eCommerce Profit Calculator eCommerce Profit Calculator
ID elclhhlknlgnkbihjkneaolgapklcakh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ecommerce-profit-calculat/elclhhlknlgnkbihjkneaolgapklcakh
คำอธิบาย ECommerce general profit calculator tool, suitable for Amazon, Etsy and other major platforms, can be used for free.
ขนาดไฟล์ 788 KB
จำนวนการติดตั้ง 3,263
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2023-10-16
วันที่เผยแพร่ 2022-10-20
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา MossExt
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://findniche.com
URL หน้านโยบายความเป็นส่วนตัว https://findniche.com/privacy
ภาษาที่รองรับ en,hr,lv,lt,pl,sk,sl,sr,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.8",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/findniche.com",
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "host_permissions": [],
    "icons": {
        "16": "icon\/icon.png",
        "48": "icon\/icon.png",
        "128": "icon\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/content.js"
            ],
            "css": [
                "css\/main.css",
                "css\/content.css",
                "css\/element-plus.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon\/icon.png",
        "default_title": "popup",
        "default_popup": ""
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icon\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}