Octa GST Assistant

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

Octa GST Assistantとは何ですか?

Octa GST Assistantはhttps://octagst.comによって開発されたChromeの拡張機能で、その主な機能は「Extension for quick access and download of GST returns from GST Portal」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Octa GST Assistant拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
    ]
}