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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Tool for Walmart Helping Users to calculate the WFS Fee on the go!"입니다.

확장 프로그램 스크린샷

screenshot

Walmart WFS Profit Calculator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
    }
}