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