myGSTcafe

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

Was ist myGSTcafe?

myGSTcafe ist eine Chrome-Erweiterung, die von https://mygstcafe.com entwickelt wurde, und ihr Hauptmerkmal ist "This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

myGSTcafe-Erweiterungs-CRX-Datei herunterladen

Laden Sie myGSTcafe-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name myGSTcafe myGSTcafe
ID kalfcfpaabnmkndhefnijjhcndjhnijc
Offizielle URL https://chromewebstore.google.com/detail/mygstcafe/kalfcfpaabnmkndhefnijjhcndjhnijc
Beschreibung This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.
Dateigröße 110 KB
Installationsanzahl 14,469
Aktuelle Version 0.0.91
Letztes Update 2023-06-22
Veröffentlichungsdatum 2020-02-19
Bewertung 4.63/5 Insgesamt 16 Bewertungen
Entwickler https://mygstcafe.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://mygstcafe.com/
URL der Datenschutzrichtlinien-Seite http://mygstcafe.com/Privacy-policy
Unterstützte Sprachen 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"
    ]
}