ClearTax Assistant

ClearTax Chrome Plugin

ما هو ClearTax Assistant؟

ClearTax Assistant هو إضافة Chrome تم تطويرها بواسطة https://cleartax.in، والميزة الرئيسية لها هي "ClearTax Chrome Plugin".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ClearTax Assistant

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

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

                        All-in-one cloud-based GST toolkit simplifies your GST return filing experience with error-free automated ingestion to smart reporting.                    

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

الاسم ClearTax Assistant ClearTax Assistant
ID kdpkcmdmpbejhnjicoobcoikcenbbmeh
عنوان URL الرسمي https://chromewebstore.google.com/detail/cleartax-assistant/kdpkcmdmpbejhnjicoobcoikcenbbmeh
الوصف ClearTax Chrome Plugin
حجم الملف 391 KB
عدد التثبيتات 9,000
النسخة الحالية 1.56
آخر تحديث 2023-09-05
تاريخ النشر 2023-09-04
المطور https://cleartax.in
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://cleartax.in
عنوان صفحة المساعدة https://cleartax.in/s/product-support
عنوان صفحة سياسة الخصوصية https://cleartax.in/meta/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ClearTax Assistant",
    "version": "1.56",
    "manifest_version": 3,
    "description": "ClearTax Chrome Plugin",
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "img\/pinchy16x16.png",
        "32": "img\/pinchy32x32.png",
        "64": "img\/pinchy64x64.png"
    },
    "action": {
        "browser_action": {
            "default_icon": {
                "16": "img\/pinchy16x16.png",
                "32": "img\/pinchy32x32.png",
                "64": "img\/pinchy64x64.png"
            },
            "default_title": "ClearTax Assistant"
        }
    },
    "background": {
        "service_worker": "js\/backgroundScript.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3001\/*",
            "https:\/\/gstfrontend-dev-pub.internal.cleartax.co\/*",
            "https:\/\/gstfrontend-qa-pub.internal.cleartax.co\/*",
            "https:\/\/gstfrontend-staging-pub.internal.cleartax.co\/*",
            "https:\/\/gst-preprod.internal.cleartax.co\/*",
            "https:\/\/gst.cleartax.in\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:3001\/*",
                "https:\/\/gstfrontend-dev-pub.internal.cleartax.co\/*",
                "https:\/\/gstfrontend-qa-pub.internal.cleartax.co\/*",
                "https:\/\/gstfrontend-staging-pub.internal.cleartax.co\/*",
                "https:\/\/gst-preprod.internal.cleartax.co\/*",
                "https:\/\/gst.cleartax.in\/*"
            ],
            "js": [
                "js\/sourceFile.js"
            ],
            "css": [
                "css\/main.css"
            ]
        },
        {
            "matches": [
                "https:\/\/payment.gst.gov.in\/payment\/auth\/"
            ],
            "exclude_matches": [
                "http:\/\/payment.gst.gov.in\/*"
            ],
            "js": [
                "js\/targetFile.js"
            ],
            "css": [
                "css\/main.css"
            ]
        },
        {
            "matches": [
                "https:\/\/services.gst.gov.in\/services\/auth\/dashboard",
                "https:\/\/services.gst.gov.in\/services\/auth\/fowelcome"
            ],
            "js": [
                "js\/initiateGSTR4Flow.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/return.gst.gov.in\/returns\/auth\/dashboard"
            ],
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/returnsDashboard.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/services.gst.gov.in\/services\/login*"
            ],
            "js": [
                "js\/login.js"
            ],
            "css": [
                "css\/main.css"
            ]
        },
        {
            "matches": [
                "https:\/\/return.gst.gov.in\/returns\/auth\/gstr3b*"
            ],
            "js": [
                "js\/gstr3bReturns.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/return.gst.gov.in\/returns\/auth\/gstr1"
            ],
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/gstr1Filing.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/return.gst.gov.in\/returns2\/auth\/annualreturn"
            ],
            "js": [
                "js\/selectAnnualReturnPeriodAndPrepareOnline.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/return.gst.gov.in\/returns2\/auth\/gstr9\/questionnaire"
            ],
            "js": [
                "js\/questionnairePage.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/return.gst.gov.in\/returns2\/auth\/gstr9\/dashboard"
            ],
            "js": [
                "js\/gstr9Dashboard.js"
            ],
            "run_at": "document_idle",
            "css": [
                "css\/main.css"
            ]
        }
    ],
    "options_ui": {
        "page": "pages\/options.html",
        "open_in_tab": true
    }
}