GSTZen - Peaceful GST Compliance

Smooth GST Reports, Reconciliation, and Return filing

Co to jest GSTZen - Peaceful GST Compliance?

GSTZen - Peaceful GST Compliance to rozszerzenie Chrome opracowane przez https://gstzen.in, a jego główną funkcją jest „Smooth GST Reports, Reconciliation, and Return filing”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia GSTZen - Peaceful GST Compliance

Pobierz pliki rozszerzeń GSTZen - Peaceful GST Compliance w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa GSTZen - Peaceful GST Compliance GSTZen - Peaceful GST Compliance
ID kalikdgeljhpjdefbmonglphknlbjjgi
Oficjalny URL https://chromewebstore.google.com/detail/gstzen-peaceful-gst-compl/kalikdgeljhpjdefbmonglphknlbjjgi
Opis Smooth GST Reports, Reconciliation, and Return filing
Rozmiar pliku 296 KB
Liczba instalacji 11,838
Aktualna Wersja 0.0.22
Ostatnia Aktualizacja 2021-04-08
Data Publikacji 2020-06-20
Ocena 4.00/5 Łącznie 9 Oceny
Deweloper https://gstzen.in
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.gstzen.in
Adres URL Strony Pomocy https://www.gstzen.in/a/seamless-tally-integration-with-gstzen.html
Adres URL Strony Polityki Prywatności https://www.gstzen.in/pages/privacy-policy.html
Obsługiwane Języki 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"
    }
}