feeBay: Simple eBay Fee Calculator

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

Cos'è feeBay: Simple eBay Fee Calculator?

feeBay: Simple eBay Fee Calculator è un'estensione di Chrome sviluppata da Saxsos Inc, e la sua funzione principale è "Find out what's your Real eBay fees & profit with the definitive eBay seller fee calculator.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione feeBay: Simple eBay Fee Calculator

Scarica i file di estensione feeBay: Simple eBay Fee Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome feeBay: Simple eBay Fee Calculator feeBay: Simple eBay Fee Calculator
ID bfmibjmdkajjkanfkajdlkieagnmljan
URL Ufficiale https://chrome.google.com/webstore/detail/feebay-simple-ebay-fee-ca/bfmibjmdkajjkanfkajdlkieagnmljan
Descrizione Find out what's your Real eBay fees & profit with the definitive eBay seller fee calculator.
Dimensione del File 400 KB
Conteggio Installazioni 621
Versione Corrente 0.0.1
Ultimo Aggiornamento 2020-01-28
Data di Pubblicazione 2020-01-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Saxsos Inc
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.saxsos.xyz/
URL della Pagina di Aiuto https://www.saxsos.xyz/p/contact-us.html
URL della Pagina della Politica sulla Privacy https://leadstal.com/privacy-policy
Lingue Supportate 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'"
}