LR GST Helper

This extension allows the user to seemless login to GST Portal

Cos'è LR GST Helper?

LR GST Helper è un'estensione di Chrome sviluppata da LegalRaasta, e la sua funzione principale è "This extension allows the user to seemless login to GST Portal".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione LR GST Helper

Scarica i file di estensione LR GST Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome LR GST Helper LR GST Helper
ID ocknbmmkbofibmfnpchjeajhfaikhbil
URL Ufficiale https://chromewebstore.google.com/detail/lr-gst-helper/ocknbmmkbofibmfnpchjeajhfaikhbil
Descrizione This extension allows the user to seemless login to GST Portal
Dimensione del File 42.83 KB
Conteggio Installazioni 398
Versione Corrente 1.0
Ultimo Aggiornamento 2018-03-23
Data di Pubblicazione 2018-03-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore LegalRaasta
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.legalraasta.com/blog/gst-helper/
URL della Pagina di Aiuto https://www.legalraasta.com/blog/gst-helper/
URL della Pagina della Politica sulla Privacy https://www.legalraasta.com/privacy-policy
Lingue Supportate 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:\/\/*\/*",
        ""
    ]
}