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 |
官方網址 | 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" } } } |