feeBay: Simple eBay Fee Calculator

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

Wat is feeBay: Simple eBay Fee Calculator?

feeBay: Simple eBay Fee Calculator is een Chrome-extensie ontwikkeld door Saxsos Inc, en de belangrijkste functie is "Find out what's your Real eBay fees & profit with the definitive eBay seller fee calculator.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie feeBay: Simple eBay Fee Calculator

Download feeBay: Simple eBay Fee Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam feeBay: Simple eBay Fee Calculator feeBay: Simple eBay Fee Calculator
ID bfmibjmdkajjkanfkajdlkieagnmljan
Officiële URL https://chrome.google.com/webstore/detail/feebay-simple-ebay-fee-ca/bfmibjmdkajjkanfkajdlkieagnmljan
Beschrijving Find out what's your Real eBay fees & profit with the definitive eBay seller fee calculator.
Bestandsgrootte 400 KB
Aantal Installaties 621
Huidige Versie 0.0.1
Laatst Bijgewerkt 2020-01-28
Publicatiedatum 2020-01-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Saxsos Inc
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.saxsos.xyz/
Help Pagina-URL https://www.saxsos.xyz/p/contact-us.html
URL van de Privacybeleid Pagina https://leadstal.com/privacy-policy
Ondersteunde Talen 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'"
}