GST Helper

This extension allows to Reconcile your GST Input Tax Credit.

Apa itu GST Helper?

GST Helper adalah ekstensi Chrome yang dikembangkan oleh Mad Scientist, dan fitur utamanya adalah "This extension allows to Reconcile your GST Input Tax Credit.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GST Helper

Unduh file ekstensi GST Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama GST Helper GST Helper
ID hflijcmkmdphaocchlnilklciidekijj
URL Resmi https://chrome.google.com/webstore/detail/gst-helper/hflijcmkmdphaocchlnilklciidekijj
Deskripsi This extension allows to Reconcile your GST Input Tax Credit.
Ukuran File 37.16 KB
Jumlah Instalasi 739
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-11-06
Tanggal Publikasi 2018-11-05
Pengembang Mad Scientist
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GST Helper",
    "description": "This extension allows to Reconcile your GST Input Tax Credit.",
    "version": "1.0",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/return.gst.gov.in\/*"
            ],
            "js": [
                "jq321.min.js",
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "downloads"
    ]
}