GSTZen - Peaceful GST Compliance

Smooth GST Reports, Reconciliation, and Return filing

O que é GSTZen - Peaceful GST Compliance?

GSTZen - Peaceful GST Compliance é uma extensão do Chrome desenvolvida por https://gstzen.in, e sua principal característica é "Smooth GST Reports, Reconciliation, and Return filing".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão GSTZen - Peaceful GST Compliance

Baixe arquivos de extensão GSTZen - Peaceful GST Compliance no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome GSTZen - Peaceful GST Compliance GSTZen - Peaceful GST Compliance
ID kalikdgeljhpjdefbmonglphknlbjjgi
URL Oficial https://chromewebstore.google.com/detail/gstzen-peaceful-gst-compl/kalikdgeljhpjdefbmonglphknlbjjgi
Descrição Smooth GST Reports, Reconciliation, and Return filing
Tamanho do Arquivo 296 KB
Contagem de Instalações 11,838
Versão Atual 0.0.22
Última Atualização 2021-04-08
Data de Publicação 2020-06-20
Classificação 4.00/5 Total de 9 Avaliações
Desenvolvedor https://gstzen.in
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.gstzen.in
URL da Página de Ajuda https://www.gstzen.in/a/seamless-tally-integration-with-gstzen.html
URL da Página de Política de Privacidade https://www.gstzen.in/pages/privacy-policy.html
Idiomas Suportados 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"
    }
}