Walmart WFS Profit Calculator
A Tool for Walmart Helping Users to calculate the WFS Fee on the go!
O que é Walmart WFS Profit Calculator?
Walmart WFS Profit Calculator é uma extensão do Chrome desenvolvida por Scepter Tools, e sua principal característica é "A Tool for Walmart Helping Users to calculate the WFS Fee on the go!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Walmart WFS Profit Calculator
Baixe arquivos de extensão Walmart WFS Profit Calculator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Walmart WFS Profit Calculator |
ID | boecmgggeigllcdocgioijmleimjbfkg |
URL Oficial | https://chromewebstore.google.com/detail/walmart-wfs-profit-calcul/boecmgggeigllcdocgioijmleimjbfkg |
Descrição | A Tool for Walmart Helping Users to calculate the WFS Fee on the go! |
Tamanho do Arquivo | 2.1 MB |
Contagem de Instalações | 4,016 |
Versão Atual | 1.4.0 |
Última Atualização | 2023-11-07 |
Data de Publicação | 2021-06-06 |
Classificação | 2.56/5 Total de 9 Avaliações |
Desenvolvedor | Scepter Tools |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://sceptermarketing.com/privacy-policy |
Idiomas Suportados | 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'" } } |