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
官方網址 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\/*"
    ]
}