Quick VAT Calculator

Quickly calculate VAT without leaving Chrome.

Quick VAT Calculatorคืออะไร?

Quick VAT Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bearded Guys และคุณลักษณะหลักของมันคือ "Quickly calculate VAT without leaving Chrome."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick VAT Calculator

ดาวน์โหลดไฟล์ส่วนขยาย Quick VAT Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Quick VAT Calculator allows you to quickly calculate VAT without leaving Google Chrome. This extension is a great time saver if your using a cloud based accounting systems or shopping around for your company and need to work out pricing. 

Now you never have to leave your browser to open the OS native calculator to find out the VAT of a product/service or open a new tab, simply tap in the amount & let Quick VAT Calculator do the rest for you!

For ease & speed Quick VAT Calculator calculates VAT at 20% but you can change this to a custom amount. This will be updated as & when the UK government change the rates.

* Quick & easy to use for multiple entries. 
* Add & subtract VAT at the click of a button.
* Options for default VAT amount & currency.

If there is a feature or improvement to Quick VAT Calculator you'd like to see then please drop us a line.

Please note: Quick VAT Calculator is intended to be used as a guide/reference calculator. 

Updates:
Version 1.2
* Options - Ability to preset a custom VAT amount & currency.
* Added automatic focus on the value input.
* Refactored & restructured extension.

Version 1.1.1
* Added keypress support - 'enter' key will add VAT while 'shift' or 'down arrow' will remove VAT.

Version 1.1
* Added support for custom VAT amounts.
* Removed external requests.

Version 1.0.3
* Reduced package size by over 25%.
* Re-factored code.

Version 1.0.2
* Offline bug fixed.

Version 1.0.1
* Added icons to support retina displays.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Quick VAT Calculator Quick VAT Calculator
ID dljipoamiipmebfdjhmbehebinmgfnca
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quick-vat-calculator/dljipoamiipmebfdjhmbehebinmgfnca
คำอธิบาย Quickly calculate VAT without leaving Chrome.
ขนาดไฟล์ 15.99 KB
จำนวนการติดตั้ง 1,317
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2018-10-11
วันที่เผยแพร่ 2018-10-11
คะแนน 4.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Bearded Guys
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick VAT Calculator",
    "short_name": "Quick VAT",
    "description": "Quickly calculate VAT without leaving Chrome.",
    "version": "1.2",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png",
        "256": "icon256.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icon19x19.png",
            "38": "icon76x76.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ]
}