VAT Calculator

A Google Chrome extension to calculate VAT

VAT Calculator क्या है?

VAT Calculator https://rotascheduler.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Google Chrome extension to calculate VAT"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VAT Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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