VAT Calculator
A Google Chrome extension to calculate VAT
Qu'est-ce que VAT Calculator ?
VAT Calculator est une extension Chrome développée par https://rotascheduler.com, et sa fonction principale est "A Google Chrome extension to calculate VAT".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VAT Calculator
Téléchargez les fichiers d'extension VAT Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | VAT Calculator |
ID | jcmfobgefapofeeaoojokifdbafelkgb |
URL Officiel | https://chromewebstore.google.com/detail/vat-calculator/jcmfobgefapofeeaoojokifdbafelkgb |
Description | A Google Chrome extension to calculate VAT |
Taille du Fichier | 319 KB |
Nombre d'Installations | 48 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-04-04 |
Date de Publication | 2023-02-26 |
Évaluation | 5.00/5 Total 11 Évaluations |
Développeur | https://rotascheduler.com |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://rotascheduler.com/vat-calculator |
URL de la Page de Politique de Confidentialité | https://arouund.com/privacy-policy.php |
Langues Prises en Charge | 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" } } } |