myGSTcafe
This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.
什么是myGSTcafe?
myGSTcafe是由https://mygstcafe.com开发的Chrome扩展程序,该扩展的主要功能是“This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.”。
扩展截图
下载myGSTcafe扩展crx文件
下载myGSTcafe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.
扩展基本信息
名称 | myGSTcafe |
ID | kalfcfpaabnmkndhefnijjhcndjhnijc |
官方URL | https://chromewebstore.google.com/detail/mygstcafe/kalfcfpaabnmkndhefnijjhcndjhnijc |
简介 | This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more. |
文件大小 | 110 KB |
安装次数 | 14,469 |
当前版本 | 0.0.91 |
更新时间 | 2023-06-22 |
上架时间 | 2020-02-19 |
评分 | 4.63/5 共16次评分 |
开发者 | https://mygstcafe.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://mygstcafe.com/ |
隐私政策页面URL | http://mygstcafe.com/Privacy-policy |
支持的语言 | 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" ] } |