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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

eBit: Your eBay Profit Calculator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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'"
    }
}