feeBay: Simple eBay Fee Calculator

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

What is feeBay: Simple eBay Fee Calculator?

feeBay: Simple eBay Fee Calculator is a Chrome extension developed by Saxsos Inc, and its main feature is "Find out what's your Real eBay fees & profit with the definitive eBay seller fee calculator.".

Extension Screenshots

screenshot
screenshot

Download feeBay: Simple eBay Fee Calculator Extension CRX File

Download feeBay: Simple eBay Fee Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name feeBay: Simple eBay Fee Calculator feeBay: Simple eBay Fee Calculator
ID bfmibjmdkajjkanfkajdlkieagnmljan
Official URL https://chrome.google.com/webstore/detail/feebay-simple-ebay-fee-ca/bfmibjmdkajjkanfkajdlkieagnmljan
Description Find out what's your Real eBay fees & profit with the definitive eBay seller fee calculator.
File Size 400 KB
Installation Count 621
Current Version 0.0.1
Last Updated 2020-01-28
Publish Date 2020-01-28
Rating 5.00/5 Total 1 Ratings
Developer Saxsos Inc
Email [email protected]
Payment Type free
Extension Website https://www.saxsos.xyz/
Help Page URL https://www.saxsos.xyz/p/contact-us.html
Privacy Policy Page URL https://leadstal.com/privacy-policy
Supported Languages 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'"
}