Tax Rate Calculator

Calculates the price including or excluding taxes from a tax rate

O que é Tax Rate Calculator?

Tax Rate Calculator é uma extensão do Chrome desenvolvida por Erwan INYZANT - Garden Media, e sua principal característica é "Calculates the price including or excluding taxes from a tax rate".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tax Rate Calculator

Baixe arquivos de extensão Tax Rate Calculator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Tax Rate Calculator Tax Rate Calculator
ID kpimejhpijkooobbiakdolkkgkhiajbk
URL Oficial https://chromewebstore.google.com/detail/tax-rate-calculator/kpimejhpijkooobbiakdolkkgkhiajbk
Descrição Calculates the price including or excluding taxes from a tax rate
Tamanho do Arquivo 12.68 KB
Contagem de Instalações 1,080
Versão Atual 0.1
Última Atualização 2014-02-28
Data de Publicação 2014-02-28
Classificação 4.20/5 Total de 15 Avaliações
Desenvolvedor Erwan INYZANT - Garden Media
Tipo de Pagamento free
Site da Extensão http://www.garden-media.fr
URL da Página de Ajuda http://www.garden-media.fr/contact-projet/
Idiomas Suportados 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"
}