myGSTcafe

This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.

What is myGSTcafe?

myGSTcafe is a Chrome extension developed by https://mygstcafe.com, and its main feature is "This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.".

Extension Screenshots

screenshot
screenshot
screenshot

Download myGSTcafe Extension CRX File

Download myGSTcafe 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

                        This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.                    

Extension Basic Information

Name myGSTcafe myGSTcafe
ID kalfcfpaabnmkndhefnijjhcndjhnijc
Official URL https://chromewebstore.google.com/detail/mygstcafe/kalfcfpaabnmkndhefnijjhcndjhnijc
Description This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.
File Size 110 KB
Installation Count 14,469
Current Version 0.0.91
Last Updated 2023-06-22
Publish Date 2020-02-19
Rating 4.63/5 Total 16 Ratings
Developer https://mygstcafe.com
Email [email protected]
Payment Type free
Extension Website http://mygstcafe.com/
Privacy Policy Page URL http://mygstcafe.com/Privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "myGSTcafe",
    "manifest_version": 2,
    "default_locale": "en_US",
    "offline_enabled": false,
    "description": "This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc.  and many more.",
    "author": "Satish Bhatia",
    "version": "0.0.91",
    "permissions": [
        "https:\/\/www.gst.gov.in\/*",
        "https:\/\/services.gst.gov.in\/*",
        "https:\/\/return.gst.gov.in\/*",
        "https:\/\/fogstr4.gst.gov.in\/*",
        "https:\/\/payment.gst.gov.in\/*",
        "http:\/\/mygstcafe.com\/*",
        "https:\/\/mygstcafe.com\/*",
        "http:\/\/localhost\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.12.2.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.gst.gov.in\/*",
                "https:\/\/services.gst.gov.in\/*",
                "https:\/\/return.gst.gov.in\/*",
                "https:\/\/fogstr4.gst.gov.in\/*",
                "https:\/\/payment.gst.gov.in\/*",
                "http:\/\/mygstcafe.com\/*",
                "https:\/\/mygstcafe.com\/*",
                "http:\/\/localhost\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_title": "myGSTcafe",
        "default_icon": "icon16.png"
    },
    "web_accessible_resources": [
        "icon16.png"
    ]
}