myGSTcafe

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

¿Qué es myGSTcafe?

myGSTcafe es una extensión de Chrome desarrollada por https://mygstcafe.com, y su función principal es "This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión myGSTcafe

Descarga archivos de extensión myGSTcafe en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre myGSTcafe myGSTcafe
ID kalfcfpaabnmkndhefnijjhcndjhnijc
URL Oficial https://chromewebstore.google.com/detail/mygstcafe/kalfcfpaabnmkndhefnijjhcndjhnijc
Descripción This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.
Tamaño del Archivo 110 KB
Cantidad de Instalaciones 14,469
Versión Actual 0.0.91
Última Actualización 2023-06-22
Fecha de Publicación 2020-02-19
Calificación 4.63/5 Total de 16 Calificaciones
Desarrollador https://mygstcafe.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://mygstcafe.com/
URL de la Página de Política de Privacidad http://mygstcafe.com/Privacy-policy
Idiomas Soportados 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"
    ]
}