LR GST Helper

This extension allows the user to seemless login to GST Portal

Co to jest LR GST Helper?

LR GST Helper to rozszerzenie Chrome opracowane przez LegalRaasta, a jego główną funkcją jest „This extension allows the user to seemless login to GST Portal”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia LR GST Helper

Pobierz pliki rozszerzeń LR GST Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa LR GST Helper LR GST Helper
ID ocknbmmkbofibmfnpchjeajhfaikhbil
Oficjalny URL https://chromewebstore.google.com/detail/lr-gst-helper/ocknbmmkbofibmfnpchjeajhfaikhbil
Opis This extension allows the user to seemless login to GST Portal
Rozmiar pliku 42.83 KB
Liczba instalacji 398
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-03-23
Data Publikacji 2018-03-23
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper LegalRaasta
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.legalraasta.com/blog/gst-helper/
Adres URL Strony Pomocy https://www.legalraasta.com/blog/gst-helper/
Adres URL Strony Polityki Prywatności https://www.legalraasta.com/privacy-policy
Obsługiwane Języki 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:\/\/*\/*",
        ""
    ]
}