myGSTcafe
This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.
Cos'è myGSTcafe?
myGSTcafe è un'estensione di Chrome sviluppata da https://mygstcafe.com, e la sua funzione principale è "This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione myGSTcafe
Scarica i file di estensione myGSTcafe in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.
Informazioni di Base sull'Estensione
Nome | myGSTcafe |
ID | kalfcfpaabnmkndhefnijjhcndjhnijc |
URL Ufficiale | https://chromewebstore.google.com/detail/mygstcafe/kalfcfpaabnmkndhefnijjhcndjhnijc |
Descrizione | This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more. |
Dimensione del File | 110 KB |
Conteggio Installazioni | 14,469 |
Versione Corrente | 0.0.91 |
Ultimo Aggiornamento | 2023-06-22 |
Data di Pubblicazione | 2020-02-19 |
Valutazione | 4.63/5 Totale 16 Valutazioni |
Sviluppatore | https://mygstcafe.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://mygstcafe.com/ |
URL della Pagina della Politica sulla Privacy | http://mygstcafe.com/Privacy-policy |
Lingue Supportate | 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" ] } |