VAT Calculator
A Google Chrome extension to calculate VAT
什么是VAT Calculator?
VAT Calculator是由https://rotascheduler.com开发的Chrome扩展程序,该扩展的主要功能是“A Google Chrome extension to calculate VAT”。
扩展截图
下载VAT Calculator扩展crx文件
下载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 |
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" } } } |