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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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