Tax Rate Calculator

Calculates the price including or excluding taxes from a tax rate

Tax Rate Calculatorคืออะไร?

Tax Rate Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Erwan INYZANT - Garden Media และคุณลักษณะหลักของมันคือ "Calculates the price including or excluding taxes from a tax rate"

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

screenshot
screenshot
screenshot

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

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

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

                        Calculates the price including or excluding taxes from a tax rate.
- Choose your calculation type between excluding or including taxe
- Possibility to round the result
- fill the price
- fille the tax rate
- press the calcul button to display the result.

The result show your the excluding tax amount, including tax amount and the VAT amount.                    

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

ชื่อ Tax Rate Calculator Tax Rate Calculator
ID kpimejhpijkooobbiakdolkkgkhiajbk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tax-rate-calculator/kpimejhpijkooobbiakdolkkgkhiajbk
คำอธิบาย Calculates the price including or excluding taxes from a tax rate
ขนาดไฟล์ 12.68 KB
จำนวนการติดตั้ง 1,080
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2014-02-28
วันที่เผยแพร่ 2014-02-28
คะแนน 4.20/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Erwan INYZANT - Garden Media
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.garden-media.fr
URL หน้าช่วยเหลือ http://www.garden-media.fr/contact-projet/
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.1",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "tax-calculator.html"
    },
    "author": "Erwan INYZANT - Garden Media - http:\/\/www.garden-media.fr",
    "default_locale": "en"
}