Octa GST Assistant

Extension for quick access and download of GST returns from GST Portal

Octa GST Assistantคืออะไร?

Octa GST Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://octagst.com และคุณลักษณะหลักของมันคือ "Extension for quick access and download of GST returns from GST Portal"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Octa GST Assistant

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

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

                        Install this extension to enable faster GST data access and automation of GST compliance activities for businesses and tax professionals.

- Manage multiple GSTIN accounts
- Unlimited GSTIN accounts
- Returns filing dashboard
- Super-fast logins and GSTIN switching
- Supports GSTR-1, GSTR-2A, GSTR-2B, GSTR-3B, GSTR-4A, GSTR-9, GSTR-9C
- Download JSON, Excel or PDF
- Download data of whole financial year in one click
- Cash, credit and liability ledgers, view or download in Excel format

How to use Octa GST Assistant?

- Install the extension
- Click the icon to open Octa Portal
- Login with Octa Cloud account
- Start using the Octa Portal                    

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

ชื่อ Octa GST Assistant Octa GST Assistant
ID ljnadbaeifgbakekpdcecdiefpbooihh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/octa-gst-assistant/ljnadbaeifgbakekpdcecdiefpbooihh
คำอธิบาย Extension for quick access and download of GST returns from GST Portal
ขนาดไฟล์ 12.2 KB
จำนวนการติดตั้ง 65,507
เวอร์ชันปัจจุบัน 5.5
อัปเดตครั้งล่าสุด 2023-08-30
วันที่เผยแพร่ 2020-06-16
คะแนน 4.28/5 รวมทั้งหมด 36 คะแนน
ผู้พัฒนา https://octagst.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://octagst.com/docs/octa-gst-assistant/
URL หน้าช่วยเหลือ https://octagst.com/docs/octa-gst-assistant/
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Octa GST Assistant",
    "short_name": "Octa GST Assistant",
    "version": "5.5",
    "description": "Extension for quick access and download of GST returns from GST Portal",
    "icons": {
        "16": "images\/octagst-logo-16.png",
        "32": "images\/octagst-logo-32.png",
        "48": "images\/octagst-logo-48.png",
        "128": "images\/octagst-logo-128.png"
    },
    "author": "Blowbits Solutions LLP",
    "action": [],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.octagst.com\/*",
            "*:\/\/localhost\/*",
            "https:\/\/*.taxcpc.com\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/*.gst.gov.in\/*",
        "https:\/\/*.octagst.com\/*"
    ]
}