feeBay: Simple eBay Fee Calculator

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

Что такое feeBay: Simple eBay Fee Calculator?

feeBay: Simple eBay Fee Calculator - это расширение Chrome, разработанное Saxsos Inc, и его основная функция - "Find out what's your Real eBay fees & profit with the definitive eBay seller fee calculator.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения feeBay: Simple eBay Fee Calculator

Скачайте файлы расширений feeBay: Simple eBay Fee Calculator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название feeBay: Simple eBay Fee Calculator feeBay: Simple eBay Fee Calculator
ID bfmibjmdkajjkanfkajdlkieagnmljan
Официальный URL https://chrome.google.com/webstore/detail/feebay-simple-ebay-fee-ca/bfmibjmdkajjkanfkajdlkieagnmljan
Описание Find out what's your Real eBay fees & profit with the definitive eBay seller fee calculator.
Размер файла 400 KB
Количество установок 621
Текущая Версия 0.0.1
Последнее Обновление 2020-01-28
Дата публикации 2020-01-28
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Saxsos Inc
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.saxsos.xyz/
URL страницы помощи https://www.saxsos.xyz/p/contact-us.html
URL страницы политики конфиденциальности https://leadstal.com/privacy-policy
Поддерживаемые языки 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'"
}