LR GST Helper

This extension allows the user to seemless login to GST Portal

Qu'est-ce que LR GST Helper ?

LR GST Helper est une extension Chrome développée par LegalRaasta, et sa fonction principale est "This extension allows the user to seemless login to GST Portal".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension LR GST Helper

Téléchargez les fichiers d'extension LR GST Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom LR GST Helper LR GST Helper
ID ocknbmmkbofibmfnpchjeajhfaikhbil
URL Officiel https://chromewebstore.google.com/detail/lr-gst-helper/ocknbmmkbofibmfnpchjeajhfaikhbil
Description This extension allows the user to seemless login to GST Portal
Taille du Fichier 42.83 KB
Nombre d'Installations 398
Version Actuelle 1.0
Dernière Mise à Jour 2018-03-23
Date de Publication 2018-03-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur LegalRaasta
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.legalraasta.com/blog/gst-helper/
URL de la Page d'Aide https://www.legalraasta.com/blog/gst-helper/
URL de la Page de Politique de Confidentialité https://www.legalraasta.com/privacy-policy
Langues Prises en Charge 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:\/\/*\/*",
        ""
    ]
}