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!」です。
拡張機能のスクリーンショット
Walmart WFS Profit Calculator拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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'" } } |