Tax Rate Calculator
Calculates the price including or excluding taxes from a tax rate
Hvad er Tax Rate Calculator?
Tax Rate Calculator er en Chrome-udvidelse udviklet af Erwan INYZANT - Garden Media, og dens hovedfunktion er "Calculates the price including or excluding taxes from a tax rate".
Udvidelsesskærmbilleder
Download Tax Rate Calculator-udvidelses-CRX-fil
Download Tax Rate Calculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | kpimejhpijkooobbiakdolkkgkhiajbk |
| Officiel URL | https://chromewebstore.google.com/detail/tax-rate-calculator/kpimejhpijkooobbiakdolkkgkhiajbk |
| Beskrivelse | Calculates the price including or excluding taxes from a tax rate |
| Filstørrelse | 12.68 KB |
| Antal Installationer | 1,080 |
| Nuværende Version | 0.1 |
| Senest Opdateret | 2014-02-28 |
| Udgivelsesdato | 2014-02-28 |
| Bedømmelse | 4.20/5 Samlet 15 Bedømmelser |
| Udvikler | Erwan INYZANT - Garden Media |
| Betalingsmetode | free |
| Udvidelseswebsted | http://www.garden-media.fr |
| Hjælpeside-URL | http://www.garden-media.fr/contact-projet/ |
| Understøttede Sprog | 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"
} | |