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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 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"
}