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