VAT Calculator

A Google Chrome extension to calculate VAT

Что такое VAT Calculator?

VAT Calculator - это расширение Chrome, разработанное https://rotascheduler.com, и его основная функция - "A Google Chrome extension to calculate VAT".

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

screenshot
screenshot

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

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

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

                        I have created this extension due to the recent changes to VAT rates. I could not find a similar site that allowed users to change the amount of VAT so created this so that business users and individuals have access to a calculator where the VAT rate could be changed and VAT could be added to a net amount or subtracted from a gross amount in an easy manner.

The VAT rate for the UK currently stands at 20 per cent, this was changed from 17.5 per cent on the 4th of January 2011.  The standard rate of VAT was temporarily reduced to 15 per cent on 1 December 2008. This was put back to 17.5% on the 20th January 20                    

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

Название VAT Calculator VAT Calculator
ID jcmfobgefapofeeaoojokifdbafelkgb
Официальный URL https://chromewebstore.google.com/detail/vat-calculator/jcmfobgefapofeeaoojokifdbafelkgb
Описание A Google Chrome extension to calculate VAT
Размер файла 319 KB
Количество установок 48
Текущая Версия 1.0
Последнее Обновление 2023-04-04
Дата публикации 2023-02-26
Рейтинг 5.00/5 Всего 11 оценок
Разработчик https://rotascheduler.com
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://rotascheduler.com/vat-calculator
URL страницы политики конфиденциальности https://arouund.com/privacy-policy.php
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VAT Calculator",
    "description": "A Google Chrome extension to calculate VAT",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "48": "\/assets\/icons\/48x48.png",
        "128": "\/assets\/icons\/128x128.png",
        "512": "\/assets\/icons\/512x512.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "48": "\/assets\/icons\/48x48.png",
            "128": "\/assets\/icons\/128x128.png",
            "512": "\/assets\/icons\/512x512.png"
        }
    }
}