feeBay: Simple eBay Fee Calculator

Find out what's your Real eBay fees & profit with the definitive eBay seller fee calculator.

Apa itu feeBay: Simple eBay Fee Calculator?

feeBay: Simple eBay Fee Calculator adalah ekstensi Chrome yang dikembangkan oleh Saxsos Inc, dan fitur utamanya adalah "Find out what's your Real eBay fees & profit with the definitive eBay seller fee calculator.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi feeBay: Simple eBay Fee Calculator

Unduh file ekstensi feeBay: Simple eBay Fee Calculator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        feeBay calculates eBay seller fees and profit for selling your products on eBay. This ebay seller calculator is useful for all sellers on eBay to calculate costs and profits.

The feeBay: Simple eBay Fee Calculator will calculate eBay fees, PayPal fees and total profits of selling your product.

This eBay profit calculator extension quickly calculate eBay and Paypal fees for selling items on eBay. 

Feel free to use this tool and It's free for everyone.                    

Informasi Dasar Ekstensi

Nama feeBay: Simple eBay Fee Calculator feeBay: Simple eBay Fee Calculator
ID bfmibjmdkajjkanfkajdlkieagnmljan
URL Resmi https://chrome.google.com/webstore/detail/feebay-simple-ebay-fee-ca/bfmibjmdkajjkanfkajdlkieagnmljan
Deskripsi Find out what's your Real eBay fees & profit with the definitive eBay seller fee calculator.
Ukuran File 400 KB
Jumlah Instalasi 621
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2020-01-28
Tanggal Publikasi 2020-01-28
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Saxsos Inc
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.saxsos.xyz/
URL Halaman Bantuan https://www.saxsos.xyz/p/contact-us.html
URL Halaman Kebijakan Privasi https://leadstal.com/privacy-policy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "feeBay: Simple eBay Fee Calculator",
    "description": "Find out what's your Real eBay fees & profit with the definitive eBay seller fee calculator.",
    "version": "0.0.1",
    "permissions": [
        "activeTab",
        "management",
        "*:\/\/*.aliexpress.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "256": "icon256.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "feeBay"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}