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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Scepter Tools, και η κύρια λειτουργία του είναι "A Tool for Walmart Helping Users to calculate the WFS Fee on the go!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Walmart WFS Profit Calculator

Λήψη αρχείων επέκτασης 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
Επίσημο 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'"
    }
}