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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } } |