LR GST Helper

This extension allows the user to seemless login to GST Portal

Wat is LR GST Helper?

LR GST Helper is een Chrome-extensie ontwikkeld door LegalRaasta, en de belangrijkste functie is "This extension allows the user to seemless login to GST Portal".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie LR GST Helper

Download LR GST Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam LR GST Helper LR GST Helper
ID ocknbmmkbofibmfnpchjeajhfaikhbil
Officiële URL https://chromewebstore.google.com/detail/lr-gst-helper/ocknbmmkbofibmfnpchjeajhfaikhbil
Beschrijving This extension allows the user to seemless login to GST Portal
Bestandsgrootte 42.83 KB
Aantal Installaties 398
Huidige Versie 1.0
Laatst Bijgewerkt 2018-03-23
Publicatiedatum 2018-03-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar LegalRaasta
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.legalraasta.com/blog/gst-helper/
Help Pagina-URL https://www.legalraasta.com/blog/gst-helper/
URL van de Privacybeleid Pagina https://www.legalraasta.com/privacy-policy
Ondersteunde Talen 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:\/\/*\/*",
        ""
    ]
}