Tax Rate Calculator

Calculates the price including or excluding taxes from a tax rate

Tax Rate Calculator क्या है?

Tax Rate Calculator Erwan INYZANT - Garden Media द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Calculates the price including or excluding taxes from a tax rate"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tax Rate Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Tax Rate Calculator Tax Rate Calculator
ID kpimejhpijkooobbiakdolkkgkhiajbk
आधिकारिक URL https://chromewebstore.google.com/detail/tax-rate-calculator/kpimejhpijkooobbiakdolkkgkhiajbk
विवरण Calculates the price including or excluding taxes from a tax rate
फ़ाइल का आकार 12.68 KB
स्थापना संख्या 1,080
वर्तमान संस्करण 0.1
अंतिम अपडेट 2014-02-28
प्रकाशन तिथि 2014-02-28
रेटिंग 4.20/5 कुल 15 रेटिंग्स
डेवलपर Erwan INYZANT - Garden Media
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.garden-media.fr
सहायता पृष्ठ URL http://www.garden-media.fr/contact-projet/
समर्थित भाषाएँ 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"
}