Tax Rate Calculator

Calculates the price including or excluding taxes from a tax rate

Vad är Tax Rate Calculator?

Tax Rate Calculator är en Chrome-tillägg utvecklad av Erwan INYZANT - Garden Media, och dess huvudfunktion är "Calculates the price including or excluding taxes from a tax rate".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Tax Rate Calculator-förlängningens CRX-fil

Ladda ner Tax Rate Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Tax Rate Calculator Tax Rate Calculator
ID kpimejhpijkooobbiakdolkkgkhiajbk
Officiell webbadress https://chromewebstore.google.com/detail/tax-rate-calculator/kpimejhpijkooobbiakdolkkgkhiajbk
Beskrivning Calculates the price including or excluding taxes from a tax rate
Filstorlek 12.68 KB
Antal Installationer 1,080
Aktuell Version 0.1
Senast Uppdaterad 2014-02-28
Publiceringsdatum 2014-02-28
Betyg 4.20/5 Totalt 15 Betyg
Utvecklare Erwan INYZANT - Garden Media
Betalningssätt free
Tilläggswebbplats http://www.garden-media.fr
Hjälpsida URL http://www.garden-media.fr/contact-projet/
Stödda Språk 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"
}