Miracle GSTIN Verifier

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

What is Miracle GSTIN Verifier?

Miracle GSTIN Verifier is a Chrome extension developed by https://www.rkitsoftware.com, and its main feature is "GSTIN Verifier Developed By RKIT Software Pvt. Ltd. www.rkitsoftware.com".

Extension Screenshots

screenshot

Download Miracle GSTIN Verifier Extension CRX File

Download Miracle GSTIN Verifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Miracle GSTIN Verifier Miracle GSTIN Verifier
ID dpikdbbngedfedkdjaomfmcmnbomlhmi
Official URL https://chromewebstore.google.com/detail/miracle-gstin-verifier/dpikdbbngedfedkdjaomfmcmnbomlhmi
Description GSTIN Verifier Developed By RKIT Software Pvt. Ltd. www.rkitsoftware.com
File Size 9.49 KB
Installation Count 13,096
Current Version 5.0
Last Updated 2022-07-19
Publish Date 2019-07-29
Rating 5.00/5 Total 8 Ratings
Developer https://www.rkitsoftware.com
Email [email protected]
Payment Type free
Extension Website http://www.rkitsoftware.com/download/Extension/Miracle-GSTIN-Verifier_v1.0.crx
Help Page URL https://www.rkitsoftware.com/contact-us/
Supported Languages 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"
        }
    ]
}