LR GST Helper

This extension allows the user to seemless login to GST Portal

¿Qué es LR GST Helper?

LR GST Helper es una extensión de Chrome desarrollada por LegalRaasta, y su función principal es "This extension allows the user to seemless login to GST Portal".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión LR GST Helper

Descarga archivos de extensión LR GST Helper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre LR GST Helper LR GST Helper
ID ocknbmmkbofibmfnpchjeajhfaikhbil
URL Oficial https://chromewebstore.google.com/detail/lr-gst-helper/ocknbmmkbofibmfnpchjeajhfaikhbil
Descripción This extension allows the user to seemless login to GST Portal
Tamaño del Archivo 42.83 KB
Cantidad de Instalaciones 398
Versión Actual 1.0
Última Actualización 2018-03-23
Fecha de Publicación 2018-03-23
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador LegalRaasta
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.legalraasta.com/blog/gst-helper/
URL de la Página de Ayuda https://www.legalraasta.com/blog/gst-helper/
URL de la Página de Política de Privacidad https://www.legalraasta.com/privacy-policy
Idiomas Soportados 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:\/\/*\/*",
        ""
    ]
}