GSTZen - Peaceful GST Compliance

Smooth GST Reports, Reconciliation, and Return filing

What is GSTZen - Peaceful GST Compliance?

GSTZen - Peaceful GST Compliance is a Chrome extension developed by https://gstzen.in, and its main feature is "Smooth GST Reports, Reconciliation, and Return filing".

Extension Screenshots

screenshot
screenshot

Download GSTZen - Peaceful GST Compliance Extension CRX File

Download GSTZen - Peaceful GST Compliance extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name GSTZen - Peaceful GST Compliance GSTZen - Peaceful GST Compliance
ID kalikdgeljhpjdefbmonglphknlbjjgi
Official URL https://chromewebstore.google.com/detail/gstzen-peaceful-gst-compl/kalikdgeljhpjdefbmonglphknlbjjgi
Description Smooth GST Reports, Reconciliation, and Return filing
File Size 296 KB
Installation Count 11,838
Current Version 0.0.22
Last Updated 2021-04-08
Publish Date 2020-06-20
Rating 4.00/5 Total 9 Ratings
Developer https://gstzen.in
Email [email protected]
Payment Type free
Extension Website https://www.gstzen.in
Help Page URL https://www.gstzen.in/a/seamless-tally-integration-with-gstzen.html
Privacy Policy Page URL https://www.gstzen.in/pages/privacy-policy.html
Supported Languages 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"
    }
}