LR GST Helper

This extension allows the user to seemless login to GST Portal

什么是LR GST Helper?

LR GST Helper是由LegalRaasta开发的Chrome扩展程序,该扩展的主要功能是“This extension allows the user to seemless login to GST Portal”。

扩展截图

screenshot
screenshot

下载LR GST Helper扩展crx文件

下载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:\/\/*\/*",
        ""
    ]
}