Tax Rate Calculator

Calculates the price including or excluding taxes from a tax rate

Что такое Tax Rate Calculator?

Tax Rate Calculator - это расширение Chrome, разработанное Erwan INYZANT - Garden Media, и его основная функция - "Calculates the price including or excluding taxes from a tax rate".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Tax Rate Calculator

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

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

                        Calculates the price including or excluding taxes from a tax rate.
- Choose your calculation type between excluding or including taxe
- Possibility to round the result
- fill the price
- fille the tax rate
- press the calcul button to display the result.

The result show your the excluding tax amount, including tax amount and the VAT amount.                    

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

Название Tax Rate Calculator Tax Rate Calculator
ID kpimejhpijkooobbiakdolkkgkhiajbk
Официальный URL https://chromewebstore.google.com/detail/tax-rate-calculator/kpimejhpijkooobbiakdolkkgkhiajbk
Описание Calculates the price including or excluding taxes from a tax rate
Размер файла 12.68 KB
Количество установок 1,080
Текущая Версия 0.1
Последнее Обновление 2014-02-28
Дата публикации 2014-02-28
Рейтинг 4.20/5 Всего 15 оценок
Разработчик Erwan INYZANT - Garden Media
Тип оплаты free
Официальный сайт расширения http://www.garden-media.fr
URL страницы помощи http://www.garden-media.fr/contact-projet/
Поддерживаемые языки en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.1",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "tax-calculator.html"
    },
    "author": "Erwan INYZANT - Garden Media - http:\/\/www.garden-media.fr",
    "default_locale": "en"
}