Miracle GSTIN Verifier

GSTIN Verifier Developed By RKIT Software Pvt. Ltd. www.rkitsoftware.com

Cos'è Miracle GSTIN Verifier?

Miracle GSTIN Verifier è un'estensione di Chrome sviluppata da https://www.rkitsoftware.com, e la sua funzione principale è "GSTIN Verifier Developed By RKIT Software Pvt. Ltd. www.rkitsoftware.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Miracle GSTIN Verifier

Scarica i file di estensione Miracle GSTIN Verifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Party GSTIN number verification is crucial task while creating invoice. So with help of this extension used with miracle accounting software, Customer can easily verify Party GSTIN number to GST Common portal.                    

Informazioni di Base sull'Estensione

Nome Miracle GSTIN Verifier Miracle GSTIN Verifier
ID dpikdbbngedfedkdjaomfmcmnbomlhmi
URL Ufficiale https://chromewebstore.google.com/detail/miracle-gstin-verifier/dpikdbbngedfedkdjaomfmcmnbomlhmi
Descrizione GSTIN Verifier Developed By RKIT Software Pvt. Ltd. www.rkitsoftware.com
Dimensione del File 9.49 KB
Conteggio Installazioni 13,096
Versione Corrente 5.0
Ultimo Aggiornamento 2022-07-19
Data di Pubblicazione 2019-07-29
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore https://www.rkitsoftware.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.rkitsoftware.com/download/Extension/Miracle-GSTIN-Verifier_v1.0.crx
URL della Pagina di Aiuto https://www.rkitsoftware.com/contact-us/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Miracle GSTIN Verifier",
    "version": "5.0",
    "manifest_version": 3,
    "description": "GSTIN Verifier Developed By RKIT Software Pvt. Ltd. www.rkitsoftware.com",
    "action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "clipboardRead"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/services.gst.gov.in\/services\/*"
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_end"
        }
    ]
}