Walmart WFS Profit Calculator

A Tool for Walmart Helping Users to calculate the WFS Fee on the go!

什麼是Walmart WFS Profit Calculator?

Walmart WFS Profit Calculator是由Scepter Tools開發的Chrome擴展程式,該擴展的主要功能是“A Tool for Walmart Helping Users to calculate the WFS Fee on the go!”。

擴展截圖

screenshot

下載Walmart WFS Profit Calculator擴展crx文件

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

擴展使用說明

                        WFS Calculator allows you to easily calculate all Walmart Fulfillment Services fee right from the product page. Where possible, we pull in the dimensions and weight for you. Just add your COGS to check the profitability of the item.

Features include:
- Calculate WFS fees on the product page
- Change storage settings to account for Jan-Oct or Nov-Dec for greater accuracy of estimates
- See profit margin, ROI, and total profit
- Walmart referral fees are calculated according to category
- Free Ecom Circles dashboard for tracking sales

To use, just install the extension and finish the 10-second registration of Ecom Circles.                    

擴展基本資訊

名稱 Walmart WFS Profit Calculator Walmart WFS Profit Calculator
ID boecmgggeigllcdocgioijmleimjbfkg
官方網址 https://chromewebstore.google.com/detail/walmart-wfs-profit-calcul/boecmgggeigllcdocgioijmleimjbfkg
簡介 A Tool for Walmart Helping Users to calculate the WFS Fee on the go!
檔案大小 2.1 MB
安裝次數 4,016
目前版本 1.4.0
更新時間 2023-11-07
上架時間 2021-06-06
評分 2.56/5 共 9 次評分
開發者 Scepter Tools
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://sceptermarketing.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Walmart WFS Profit Calculator",
    "description": "A Tool for Walmart Helping Users to calculate the WFS Fee on the go!",
    "version": "1.4.0",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "webNavigation",
        "cookies",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/www.walmart.com\/*",
        "https:\/\/app.ecomcircles.com\/"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_title": "EXTENSION_NAME",
        "default_icon": "images\/128.png"
    },
    "icons": {
        "128": "images\/128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'"
    }
}