Tax Rate Calculator

Calculates the price including or excluding taxes from a tax rate

Cos'è Tax Rate Calculator?

Tax Rate Calculator è un'estensione di Chrome sviluppata da Erwan INYZANT - Garden Media, e la sua funzione principale è "Calculates the price including or excluding taxes from a tax rate".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tax Rate Calculator

Scarica i file di estensione Tax Rate Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tax Rate Calculator Tax Rate Calculator
ID kpimejhpijkooobbiakdolkkgkhiajbk
URL Ufficiale https://chromewebstore.google.com/detail/tax-rate-calculator/kpimejhpijkooobbiakdolkkgkhiajbk
Descrizione Calculates the price including or excluding taxes from a tax rate
Dimensione del File 12.68 KB
Conteggio Installazioni 1,080
Versione Corrente 0.1
Ultimo Aggiornamento 2014-02-28
Data di Pubblicazione 2014-02-28
Valutazione 4.20/5 Totale 15 Valutazioni
Sviluppatore Erwan INYZANT - Garden Media
Tipo di Pagamento free
Sito Web dell'Estensione http://www.garden-media.fr
URL della Pagina di Aiuto http://www.garden-media.fr/contact-projet/
Lingue Supportate 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"
}