LR GST Helper

This extension allows the user to seemless login to GST Portal

LR GST Helper là gì?

LR GST Helper là một tiện ích mở rộng Chrome được phát triển bởi LegalRaasta, và tính năng chính của nó là "This extension allows the user to seemless login to GST Portal".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LR GST Helper

Tải xuống các tệp mở rộng LR GST Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LR GST Helper LR GST Helper
ID ocknbmmkbofibmfnpchjeajhfaikhbil
URL Chính Thức https://chromewebstore.google.com/detail/lr-gst-helper/ocknbmmkbofibmfnpchjeajhfaikhbil
Mô tả This extension allows the user to seemless login to GST Portal
Kích Thước Tệp 42.83 KB
Số Lần Cài Đặt 398
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-03-23
Ngày Phát Hành 2018-03-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển LegalRaasta
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.legalraasta.com/blog/gst-helper/
URL Trang Trợ Giúp https://www.legalraasta.com/blog/gst-helper/
URL Trang Chính Sách Bảo Mật https://www.legalraasta.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*",
        ""
    ]
}