Tax Rate Calculator

Calculates the price including or excluding taxes from a tax rate

Wat is Tax Rate Calculator?

Tax Rate Calculator is een Chrome-extensie ontwikkeld door Erwan INYZANT - Garden Media, en de belangrijkste functie is "Calculates the price including or excluding taxes from a tax rate".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Tax Rate Calculator

Download Tax Rate Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tax Rate Calculator Tax Rate Calculator
ID kpimejhpijkooobbiakdolkkgkhiajbk
Officiële URL https://chromewebstore.google.com/detail/tax-rate-calculator/kpimejhpijkooobbiakdolkkgkhiajbk
Beschrijving Calculates the price including or excluding taxes from a tax rate
Bestandsgrootte 12.68 KB
Aantal Installaties 1,080
Huidige Versie 0.1
Laatst Bijgewerkt 2014-02-28
Publicatiedatum 2014-02-28
Beoordeling 4.20/5 Totaal 15 Beoordelingen
Ontwikkelaar Erwan INYZANT - Garden Media
Betalingswijze free
Extensiewebsite http://www.garden-media.fr
Help Pagina-URL http://www.garden-media.fr/contact-projet/
Ondersteunde Talen 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"
}