eBit: Your eBay Profit Calculator
Easily calculate the profit and expenses from an eBay sale.
什么是eBit: Your eBay Profit Calculator?
eBit: Your eBay Profit Calculator是由Will开发的Chrome扩展程序,该扩展的主要功能是“Easily calculate the profit and expenses from an eBay sale.”。
扩展截图
下载eBit: Your eBay Profit Calculator扩展crx文件
下载eBit: Your eBay Profit Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The ultimate companion for eBay sellers, designed to simplify the process of calculating your profit with ease and accuracy. Say goodbye to manual calculations and hello to streamlined profitability analysis. Features: - Instant Profit Calculation: With eBit, determining your profit from an eBay item is just a click away. Enter the purchase cost, selling price, shipping fees, and any additional expenses, and eBit will swiftly calculate your net profit. - Comprehensive Expense Tracking: Keep track of all expenses associated with your eBay sales effortlessly. eBit allows you to record shipping costs, eBay fees, PayPal fees, and other relevant expenses, ensuring accurate profit calculations. - Advanced Fee Calculation: eBit goes beyond basic profit calculation by factoring in eBay and PayPal fees. It provides you with a clear breakdown of all associated fees, enabling you to understand the true financial impact of your eBay transactions.
扩展基本信息
名称 | eBit: Your eBay Profit Calculator |
ID | hhhiehkcebfngopnldhiaeefdnmpnbch |
官方URL | https://chromewebstore.google.com/detail/ebit-your-ebay-profit-cal/hhhiehkcebfngopnldhiaeefdnmpnbch |
简介 | Easily calculate the profit and expenses from an eBay sale. |
文件大小 | 723 KB |
安装次数 | 2,247 |
当前版本 | 3.0.0 |
更新时间 | 2023-06-24 |
上架时间 | 2019-04-02 |
评分 | 4.75/5 共12次评分 |
开发者 | Will |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://pugsoftware.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "eBit: Your eBay Profit Calculator", "description": "Easily calculate the profit and expenses from an eBay sale.", "version": "3.0.0", "permissions": [ "storage", "unlimitedStorage" ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "background": { "service_worker": "js\/background.js", "type": "module" }, "action": { "default_icon": "images\/icon.png", "default_popup": "popup.html", "default_title": "eBit: Your eBay Profit Calculator" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |