feeBay: Simple eBay Fee Calculator

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

Co to jest feeBay: Simple eBay Fee Calculator?

feeBay: Simple eBay Fee Calculator to rozszerzenie Chrome opracowane przez Saxsos Inc, a jego główną funkcją jest „Find out what's your Real eBay fees & profit with the definitive eBay seller fee calculator.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia feeBay: Simple eBay Fee Calculator

Pobierz pliki rozszerzeń feeBay: Simple eBay Fee Calculator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa feeBay: Simple eBay Fee Calculator feeBay: Simple eBay Fee Calculator
ID bfmibjmdkajjkanfkajdlkieagnmljan
Oficjalny URL https://chrome.google.com/webstore/detail/feebay-simple-ebay-fee-ca/bfmibjmdkajjkanfkajdlkieagnmljan
Opis Find out what's your Real eBay fees & profit with the definitive eBay seller fee calculator.
Rozmiar pliku 400 KB
Liczba instalacji 621
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2020-01-28
Data Publikacji 2020-01-28
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Saxsos Inc
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.saxsos.xyz/
Adres URL Strony Pomocy https://www.saxsos.xyz/p/contact-us.html
Adres URL Strony Polityki Prywatności https://leadstal.com/privacy-policy
Obsługiwane Języki 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'"
}