Tax Rate Calculator

Calculates the price including or excluding taxes from a tax rate

Qu'est-ce que Tax Rate Calculator ?

Tax Rate Calculator est une extension Chrome développée par Erwan INYZANT - Garden Media, et sa fonction principale est "Calculates the price including or excluding taxes from a tax rate".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tax Rate Calculator

Téléchargez les fichiers d'extension Tax Rate Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tax Rate Calculator Tax Rate Calculator
ID kpimejhpijkooobbiakdolkkgkhiajbk
URL Officiel https://chromewebstore.google.com/detail/tax-rate-calculator/kpimejhpijkooobbiakdolkkgkhiajbk
Description Calculates the price including or excluding taxes from a tax rate
Taille du Fichier 12.68 KB
Nombre d'Installations 1,080
Version Actuelle 0.1
Dernière Mise à Jour 2014-02-28
Date de Publication 2014-02-28
Évaluation 4.20/5 Total 15 Évaluations
Développeur Erwan INYZANT - Garden Media
Type de Paiement free
Site Web de l'Extension http://www.garden-media.fr
URL de la Page d'Aide http://www.garden-media.fr/contact-projet/
Langues Prises en Charge 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"
}