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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Tool for Walmart Helping Users to calculate the WFS Fee on the go!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Walmart WFS Profit Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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'"
    }
}