Tax Rate Calculator

Calculates the price including or excluding taxes from a tax rate

ما هو Tax Rate Calculator؟

Tax Rate Calculator هو إضافة Chrome تم تطويرها بواسطة Erwan INYZANT - Garden Media، والميزة الرئيسية لها هي "Calculates the price including or excluding taxes from a tax rate".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Tax Rate Calculator

قم بتنزيل ملفات الامتداد Tax Rate Calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
}