VAT Calculator
A Google Chrome extension to calculate VAT
Was ist VAT Calculator?
VAT Calculator ist eine Chrome-Erweiterung, die von https://rotascheduler.com entwickelt wurde, und ihr Hauptmerkmal ist "A Google Chrome extension to calculate VAT".
Erweiterungsscreenshots
VAT Calculator-Erweiterungs-CRX-Datei herunterladen
Laden Sie VAT Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | VAT Calculator |
ID | jcmfobgefapofeeaoojokifdbafelkgb |
Offizielle URL | https://chromewebstore.google.com/detail/vat-calculator/jcmfobgefapofeeaoojokifdbafelkgb |
Beschreibung | A Google Chrome extension to calculate VAT |
Dateigröße | 319 KB |
Installationsanzahl | 48 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-04-04 |
Veröffentlichungsdatum | 2023-02-26 |
Bewertung | 5.00/5 Insgesamt 11 Bewertungen |
Entwickler | https://rotascheduler.com |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://rotascheduler.com/vat-calculator |
URL der Datenschutzrichtlinien-Seite | https://arouund.com/privacy-policy.php |
Unterstützte Sprachen | 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" } } } |