Tax Rate Calculator

Calculates the price including or excluding taxes from a tax rate

What is Tax Rate Calculator?

Tax Rate Calculator is a Chrome extension developed by Erwan INYZANT - Garden Media, and its main feature is "Calculates the price including or excluding taxes from a tax rate".

Extension Screenshots

screenshot
screenshot
screenshot

Download Tax Rate Calculator Extension CRX File

Download Tax Rate Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tax Rate Calculator Tax Rate Calculator
ID kpimejhpijkooobbiakdolkkgkhiajbk
Official URL https://chromewebstore.google.com/detail/tax-rate-calculator/kpimejhpijkooobbiakdolkkgkhiajbk
Description Calculates the price including or excluding taxes from a tax rate
File Size 12.68 KB
Installation Count 1,080
Current Version 0.1
Last Updated 2014-02-28
Publish Date 2014-02-28
Rating 4.20/5 Total 15 Ratings
Developer Erwan INYZANT - Garden Media
Payment Type free
Extension Website http://www.garden-media.fr
Help Page URL http://www.garden-media.fr/contact-projet/
Supported Languages 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"
}