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"
        }
    }
}