Tax Rate Calculator

Calculates the price including or excluding taxes from a tax rate

Was ist Tax Rate Calculator?

Tax Rate Calculator ist eine Chrome-Erweiterung, die von Erwan INYZANT - Garden Media entwickelt wurde, und ihr Hauptmerkmal ist "Calculates the price including or excluding taxes from a tax rate".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Tax Rate Calculator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tax Rate Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tax Rate Calculator Tax Rate Calculator
ID kpimejhpijkooobbiakdolkkgkhiajbk
Offizielle URL https://chromewebstore.google.com/detail/tax-rate-calculator/kpimejhpijkooobbiakdolkkgkhiajbk
Beschreibung Calculates the price including or excluding taxes from a tax rate
Dateigröße 12.68 KB
Installationsanzahl 1,080
Aktuelle Version 0.1
Letztes Update 2014-02-28
Veröffentlichungsdatum 2014-02-28
Bewertung 4.20/5 Insgesamt 15 Bewertungen
Entwickler Erwan INYZANT - Garden Media
Zahlungsart free
Erweiterungswebsite http://www.garden-media.fr
Hilfeseite URL http://www.garden-media.fr/contact-projet/
Unterstützte Sprachen 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"
}