TaxAdda PMS

TaxAdda PMS allow to login into client's accounts on various portal like GST, Income Tax, TRACES, E-way Bill, MCA v2 & v3 and DGFT

TaxAdda PMSคืออะไร?

TaxAdda PMS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://taxadda.com และคุณลักษณะหลักของมันคือ "TaxAdda PMS allow to login into client's accounts on various portal like GST, Income Tax, TRACES, E-way Bill, MCA v2 & v3 and DGFT"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TaxAdda PMS

ดาวน์โหลดไฟล์ส่วนขยาย TaxAdda PMS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        TaxAdda PMS Extension allows CA and Tax Professionals to login into Client's Accounts in GST, Income Tax, Traces, DGFT, MCA V2 & V3, GST E-way bill.

This extension enables CA & Tax practitioners to login in their client's portals. Auto-sync between multiple computers.

You have to sign up to TaxAdda PMS to use this extension. You can do that from this link https://pms.taxadda.com/signup

TaxAdda PMS is a full fledged practice management software for Chartered Accountants and Tax Professionals. Know more at https://taxadda.com/practice-management-software-for-ca-tax-professionals/

After installing this extension, you will get a small bar at these portals. You just need to select the client and client's username and password will be auto-filled. So you need not type it every time. 

TaxAdda PMS has the following features:-

1) Just enter GSTIN and all details such as Client Name, Trade Name, Registration Date etc will be fetched from GSTN.

2) Get return status of a client in one click directly from GSTN.

3) Create return task of all clients in one click. For GST task, system will get automatically, which clients have quarterly selected in QRMP scheme and which have selected monthly.

4) See task status of all clients in one page. Just like excel but with a much better interface and tracking.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TaxAdda PMS TaxAdda PMS
ID edihcehlilbmpkaiccppeehpbokdmpab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/taxadda-pms/edihcehlilbmpkaiccppeehpbokdmpab
คำอธิบาย TaxAdda PMS allow to login into client's accounts on various portal like GST, Income Tax, TRACES, E-way Bill, MCA v2 & v3 and DGFT
ขนาดไฟล์ 365 KB
จำนวนการติดตั้ง 957
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-09-06
วันที่เผยแพร่ 2023-04-29
ผู้พัฒนา https://taxadda.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://taxadda.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TaxAdda PMS",
    "description": "TaxAdda PMS allow to login into client's accounts on various portal like GST, Income Tax, TRACES, E-way Bill, MCA v2 & v3 and DGFT",
    "author": "TaxAdda Private Limited",
    "version": "1.0.3",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "TaxAdda PMS",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pms.taxadda.com\/*",
                "https:\/\/*.gst.gov.in\/*\/login",
                "https:\/\/*.gst.gov.in\/*\/newlogin",
                "https:\/\/*.incometax.gov.in\/*",
                "https:\/\/web.whatsapp.com\/",
                "https:\/\/*.ewaybillgst.gov.in\/Login*",
                "https:\/\/*.ewaybillgst.gov.in\/login*",
                "https:\/\/*.ewaybill.nic.in\/Login*",
                "https:\/\/*.ewaybill.nic.in\/login*",
                "https:\/\/*.tdscpc.gov.in\/*\/login*",
                "https:\/\/*.dgft.gov.in\/CP\/*",
                "https:\/\/*.mca.gov.in\/*\/login.*",
                "https:\/\/*.mca.gov.in\/**\/fologin.*"
            ],
            "js": [
                "scripts\/main.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/pms.taxadda.com\/*",
                "https:\/\/*.gst.gov.in\/*",
                "https:\/\/*.incometax.gov.in\/*",
                "https:\/\/web.whatsapp.com\/*",
                "https:\/\/*.ewaybillgst.gov.in\/*",
                "https:\/\/*.ewaybill.nic.in\/*",
                "https:\/\/*.tdscpc.gov.in\/*",
                "https:\/\/*.dgft.gov.in\/*",
                "https:\/\/*.mca.gov.in\/*"
            ],
            "resources": [
                "images\/**"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/pms.taxadda.com\/*",
        "https:\/\/*.gst.gov.in\/*",
        "https:\/\/*.incometax.gov.in\/*",
        "https:\/\/web.whatsapp.com\/",
        "https:\/\/*.ewaybillgst.gov.in\/*",
        "https:\/\/*.ewaybill.nic.in\/*",
        "https:\/\/*.tdscpc.gov.in\/*",
        "https:\/\/*.dgft.gov.in\/*",
        "https:\/\/*.mca.gov.in\/*"
    ],
    "permissions": [
        "tabs",
        "notifications",
        "storage"
    ]
}