Tax Rate Calculator
Calculates the price including or excluding taxes from a tax rate
什麼是Tax Rate Calculator?
Tax Rate Calculator是由Erwan INYZANT - Garden Media開發的Chrome擴展程式,該擴展的主要功能是“Calculates the price including or excluding taxes from a tax rate”。
擴展截圖
下載Tax Rate Calculator擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | kpimejhpijkooobbiakdolkkgkhiajbk |
| 官方網址 | 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"
} | |