Cleverboxes' Consumer Sales Calculator

Quick and Simple Consumer Sales Calcualtor - Cleverboxes Ltd.

Что такое Cleverboxes' Consumer Sales Calculator?

Cleverboxes' Consumer Sales Calculator - это расширение Chrome, разработанное Cleverboxes, и его основная функция - "Quick and Simple Consumer Sales Calcualtor - Cleverboxes Ltd.".

Скачать файл CRX расширения Cleverboxes' Consumer Sales Calculator

Скачайте файлы расширений Cleverboxes' Consumer Sales Calculator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        A simple and easy to use online calculator that calculate your net profit based on the listing fees across a number of marketplaces as well as any other costs, such as outbound delivery costs etc.

Enter your online sell price (inc VAT) and the % fee that the marketplace charges you, enter the outbound delivery cost (and any costs you may charge your customer) as well as the cost of your goods (ex VAT) and hey presto, our online calculator will calculate the Net

* Exchange rates updated by the hour                    

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

Название Cleverboxes' Consumer Sales Calculator Cleverboxes' Consumer Sales Calculator
ID cbeeinclppagfkncggfkenclfpnpgcei
Официальный URL https://chrome.google.com/webstore/detail/cleverboxes-consumer-sale/cbeeinclppagfkncggfkenclfpnpgcei
Описание Quick and Simple Consumer Sales Calcualtor - Cleverboxes Ltd.
Размер файла 197 KB
Количество установок 12
Текущая Версия 1.8
Последнее Обновление 2017-05-17
Дата публикации 2017-05-17
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Cleverboxes
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.cleverboxes.com/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cleverboxes' Consumer Sales Calculator",
    "version": "1.8",
    "manifest_version": 2,
    "description": "Quick and Simple Consumer Sales Calcualtor - Cleverboxes Ltd.",
    "browser_action": {
        "default_icon": "icon.png",
        "default-title": "Consumer Sales Calculator",
        "default_popup": "extension.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/extension.js",
                "js\/bootstrap.js"
            ],
            "matches": [
                "http:\/\/www.google.com\/*"
            ],
            "css": [
                "css\/extension.css",
                "css\/bootstrap.css"
            ]
        }
    ],
    "permissions": [
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/maxcdn.bootstrapcdn.com\/",
        "http:\/\/api.flickr.com\/",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "16": "icon-bitty.png",
        "128": "icon.png"
    }
}