Walmart WFS Profit Calculator

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

Co je Walmart WFS Profit Calculator?

Walmart WFS Profit Calculator je rozšíření Chrome vyvinuté Scepter Tools, a jeho hlavní funkcí je „A Tool for Walmart Helping Users to calculate the WFS Fee on the go!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Walmart WFS Profit Calculator

Stáhněte si soubory rozšíření Walmart WFS Profit Calculator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Walmart WFS Profit Calculator Walmart WFS Profit Calculator
ID boecmgggeigllcdocgioijmleimjbfkg
Oficiální URL https://chromewebstore.google.com/detail/walmart-wfs-profit-calcul/boecmgggeigllcdocgioijmleimjbfkg
Popis A Tool for Walmart Helping Users to calculate the WFS Fee on the go!
Velikost souboru 2.1 MB
Počet instalací 4,016
Aktuální Verze 1.4.0
Poslední Aktualizace 2023-11-07
Datum Vydání 2021-06-06
Hodnocení 2.56/5 Celkem 9 Hodnocení
Vývojář Scepter Tools
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://sceptermarketing.com/privacy-policy
Podporované Jazyky 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'"
    }
}