myGSTcafe
This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.
myGSTcafe là gì?
myGSTcafe là một tiện ích mở rộng Chrome được phát triển bởi https://mygstcafe.com, và tính năng chính của nó là "This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng myGSTcafe
Tải xuống các tệp mở rộng myGSTcafe dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | myGSTcafe |
ID | kalfcfpaabnmkndhefnijjhcndjhnijc |
URL Chính Thức | https://chromewebstore.google.com/detail/mygstcafe/kalfcfpaabnmkndhefnijjhcndjhnijc |
Mô tả | This Chrome Extesion is used with myGSTcafe to automate GSTN Portal activities such as Login, Create Challans, etc. and many more. |
Kích Thước Tệp | 110 KB |
Số Lần Cài Đặt | 14,469 |
Phiên Bản Hiện Tại | 0.0.91 |
Cập Nhật Lần Cuối | 2023-06-22 |
Ngày Phát Hành | 2020-02-19 |
Đánh Giá | 4.63/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | https://mygstcafe.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://mygstcafe.com/ |
URL Trang Chính Sách Bảo Mật | http://mygstcafe.com/Privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |