GSTZen - Peaceful GST Compliance

Smooth GST Reports, Reconciliation, and Return filing

Qu'est-ce que GSTZen - Peaceful GST Compliance ?

GSTZen - Peaceful GST Compliance est une extension Chrome développée par https://gstzen.in, et sa fonction principale est "Smooth GST Reports, Reconciliation, and Return filing".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension GSTZen - Peaceful GST Compliance

Téléchargez les fichiers d'extension GSTZen - Peaceful GST Compliance 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

                        GSTZen is user-friendly software for Peaceful GST Compliance provides your with comprehensive GST Reports, Reconciliation and Return filing.

For more information, view https://www.gstzen.in/a/seamless-tally-integration-with-gstzen.html                    

Informations de Base sur l'Extension

Nom GSTZen - Peaceful GST Compliance GSTZen - Peaceful GST Compliance
ID kalikdgeljhpjdefbmonglphknlbjjgi
URL Officiel https://chromewebstore.google.com/detail/gstzen-peaceful-gst-compl/kalikdgeljhpjdefbmonglphknlbjjgi
Description Smooth GST Reports, Reconciliation, and Return filing
Taille du Fichier 296 KB
Nombre d'Installations 11,838
Version Actuelle 0.0.22
Dernière Mise à Jour 2021-04-08
Date de Publication 2020-06-20
Évaluation 4.00/5 Total 9 Évaluations
Développeur https://gstzen.in
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.gstzen.in
URL de la Page d'Aide https://www.gstzen.in/a/seamless-tally-integration-with-gstzen.html
URL de la Page de Politique de Confidentialité https://www.gstzen.in/pages/privacy-policy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GSTZen - Peaceful GST Compliance",
    "short_name": "GSTZen",
    "version": "0.0.22",
    "manifest_version": 2,
    "description": "Smooth GST Reports, Reconciliation, and Return filing",
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/dev.gstzen.in\/*",
            "https:\/\/my.gstzen.in\/*",
            "https:\/\/gst.hiregange.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icons\/gstzen-128x128.png",
        "default_popup": "popup.html",
        "default_title": "GSTZen"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "declarativeContent",
        "storage",
        "https:\/\/my.gstzen.in\/utils\/success\/",
        "https:\/\/dev.gstzen.in\/utils\/success\/",
        "https:\/\/gst.hiregange.com\/utils\/success\/",
        "https:\/\/services.gst.gov.in\/*",
        "https:\/\/publicservices.gst.gov.in\/*",
        "https:\/\/return.gst.gov.in\/*",
        "https:\/\/gstr2b.gst.gov.in\/*",
        "https:\/\/files.gst.gov.in\/*",
        "http:\/\/localhost\/*"
    ],
    "web_accessible_resources": [
        "icons\/gstzen-128x128.png"
    ],
    "icons": {
        "16": "icons\/gstzen-16x16.png",
        "32": "icons\/gstzen-32x32.png",
        "48": "icons\/gstzen-48x48.png",
        "128": "icons\/gstzen-128x128.png"
    }
}