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