LR GST Helper

This extension allows the user to seemless login to GST Portal

O que é LR GST Helper?

LR GST Helper é uma extensão do Chrome desenvolvida por LegalRaasta, e sua principal característica é "This extension allows the user to seemless login to GST Portal".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão LR GST Helper

Baixe arquivos de extensão LR GST Helper 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

                        LegalRaasta Chrome Plugin
LegalRaasta continuously work to give you the world class experience in return filing. LegalRaasta Assistant intends to assist Tax Return preparer in operating activities on Government portal.

About LegalRaasta:
LegalRaasta is one of the top Financial and Legal service provider in India. LegalRaasta offers software solutions for Accounting, direct and indirect taxes (ITR, TDS and GST). LegalRaasta has focused on simplifying financial and legal journey of an individual by managing providing assistance in maintain their Taxation and Accounting tasks.
LegalRaasta has served more than 80,000 SMEs and its software si currently been used by 20,000+ individuals, TRPs, CAs and Accountants.
LegalRaasta is a Series A funded company. LegalRaasta has raised $5mn from Impanix Capital.

For more info contact at [email protected] or call at 875-000-6464                    

Informações Básicas da Extensão

Nome LR GST Helper LR GST Helper
ID ocknbmmkbofibmfnpchjeajhfaikhbil
URL Oficial https://chromewebstore.google.com/detail/lr-gst-helper/ocknbmmkbofibmfnpchjeajhfaikhbil
Descrição This extension allows the user to seemless login to GST Portal
Tamanho do Arquivo 42.83 KB
Contagem de Instalações 398
Versão Atual 1.0
Última Atualização 2018-03-23
Data de Publicação 2018-03-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor LegalRaasta
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.legalraasta.com/blog/gst-helper/
URL da Página de Ajuda https://www.legalraasta.com/blog/gst-helper/
URL da Página de Política de Privacidade https://www.legalraasta.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LR GST Helper",
    "description": "This extension allows the user to seemless login to GST Portal",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "popup.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gst.taxraahi.com\/preview\/GST*"
            ],
            "js": [
                "insert.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "background",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ]
}