myGSTcafe

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

Qu'est-ce que myGSTcafe ?

myGSTcafe est une extension Chrome développée par https://mygstcafe.com, et sa fonction principale est "This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension myGSTcafe

Téléchargez les fichiers d'extension myGSTcafe au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom myGSTcafe myGSTcafe
ID kalfcfpaabnmkndhefnijjhcndjhnijc
URL Officiel 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.
Taille du Fichier 110 KB
Nombre d'Installations 14,469
Version Actuelle 0.0.91
Dernière Mise à Jour 2023-06-22
Date de Publication 2020-02-19
Évaluation 4.63/5 Total 16 Évaluations
Développeur https://mygstcafe.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://mygstcafe.com/
URL de la Page de Politique de Confidentialité http://mygstcafe.com/Privacy-policy
Langues Prises en Charge 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"
    ]
}