GST Helper

This extension allows to Reconcile your GST Input Tax Credit.

ما هو GST Helper؟

GST Helper هو إضافة Chrome تم تطويرها بواسطة Mad Scientist، والميزة الرئيسية لها هي "This extension allows to Reconcile your GST Input Tax Credit.".

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

screenshot

تحميل ملف CRX للإضافة GST Helper

قم بتنزيل ملفات الامتداد GST Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم GST Helper GST Helper
ID hflijcmkmdphaocchlnilklciidekijj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/gst-helper/hflijcmkmdphaocchlnilklciidekijj
الوصف This extension allows to Reconcile your GST Input Tax Credit.
حجم الملف 37.16 KB
عدد التثبيتات 739
النسخة الحالية 1.0
آخر تحديث 2018-11-06
تاريخ النشر 2018-11-05
المطور Mad Scientist
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GST Helper",
    "description": "This extension allows to Reconcile your GST Input Tax Credit.",
    "version": "1.0",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/return.gst.gov.in\/*"
            ],
            "js": [
                "jq321.min.js",
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "downloads"
    ]
}