Octa GST Assistant
Extension for quick access and download of GST returns from GST Portal
Qu'est-ce que Octa GST Assistant ?
Octa GST Assistant est une extension Chrome développée par https://octagst.com, et sa fonction principale est "Extension for quick access and download of GST returns from GST Portal".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Octa GST Assistant
Téléchargez les fichiers d'extension Octa GST Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Octa GST Assistant |
ID | ljnadbaeifgbakekpdcecdiefpbooihh |
URL Officiel | https://chromewebstore.google.com/detail/octa-gst-assistant/ljnadbaeifgbakekpdcecdiefpbooihh |
Description | Extension for quick access and download of GST returns from GST Portal |
Taille du Fichier | 12.2 KB |
Nombre d'Installations | 65,507 |
Version Actuelle | 5.5 |
Dernière Mise à Jour | 2023-08-30 |
Date de Publication | 2020-06-16 |
Évaluation | 4.28/5 Total 36 Évaluations |
Développeur | https://octagst.com |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://octagst.com/docs/octa-gst-assistant/ |
URL de la Page d'Aide | https://octagst.com/docs/octa-gst-assistant/ |
Langues Prises en Charge | 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\/*" ] } |