Walmart WFS Profit Calculator
A Tool for Walmart Helping Users to calculate the WFS Fee on the go!
¿Qué es Walmart WFS Profit Calculator?
Walmart WFS Profit Calculator es una extensión de Chrome desarrollada por Scepter Tools, y su función principal es "A Tool for Walmart Helping Users to calculate the WFS Fee on the go!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Walmart WFS Profit Calculator
Descarga archivos de extensión Walmart WFS Profit Calculator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Walmart WFS Profit Calculator |
ID | boecmgggeigllcdocgioijmleimjbfkg |
URL Oficial | https://chromewebstore.google.com/detail/walmart-wfs-profit-calcul/boecmgggeigllcdocgioijmleimjbfkg |
Descripción | A Tool for Walmart Helping Users to calculate the WFS Fee on the go! |
Tamaño del Archivo | 2.1 MB |
Cantidad de Instalaciones | 4,016 |
Versión Actual | 1.4.0 |
Última Actualización | 2023-11-07 |
Fecha de Publicación | 2021-06-06 |
Calificación | 2.56/5 Total de 9 Calificaciones |
Desarrollador | Scepter Tools |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://sceptermarketing.com/privacy-policy |
Idiomas Soportados | 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'" } } |