VAT Calculator

A Google Chrome extension to calculate VAT

VAT Calculatorとは何ですか?

VAT Calculatorはhttps://rotascheduler.comによって開発されたChromeの拡張機能で、その主な機能は「A Google Chrome extension to calculate VAT」です。

拡張機能のスクリーンショット

screenshot
screenshot

VAT Calculator拡張機能のCRXファイルをダウンロード

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
Eメール [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"
        }
    }
}