Octa GST Assistant

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

Octa GST Assistant क्या है?

Octa GST Assistant https://octagst.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for quick access and download of GST returns from GST Portal"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Octa GST Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}