LR GST Helper

This extension allows the user to seemless login to GST Portal

Τι είναι το LR GST Helper;

Το LR GST Helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον LegalRaasta, και η κύρια λειτουργία του είναι "This extension allows the user to seemless login to GST Portal".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης LR GST Helper

Λήψη αρχείων επέκτασης LR GST Helper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα LR GST Helper LR GST Helper
ID ocknbmmkbofibmfnpchjeajhfaikhbil
Επίσημο URL https://chromewebstore.google.com/detail/lr-gst-helper/ocknbmmkbofibmfnpchjeajhfaikhbil
Περιγραφή This extension allows the user to seemless login to GST Portal
Μέγεθος Αρχείου 42.83 KB
Αριθμός Εγκαταστάσεων 398
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2018-03-23
Ημερομηνία Δημοσίευσης 2018-03-23
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής LegalRaasta
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.legalraasta.com/blog/gst-helper/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.legalraasta.com/blog/gst-helper/
URL της Σελίδας Πολιτικής Απορρήτου https://www.legalraasta.com/privacy-policy
Υποστηριζόμενες Γλώσσες 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:\/\/*\/*",
        ""
    ]
}