GSTZen - Peaceful GST Compliance
Smooth GST Reports, Reconciliation, and Return filing
GSTZen - Peaceful GST Compliance là gì?
GSTZen - Peaceful GST Compliance là một tiện ích mở rộng Chrome được phát triển bởi https://gstzen.in, và tính năng chính của nó là "Smooth GST Reports, Reconciliation, and Return filing".
Ả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 GSTZen - Peaceful GST Compliance
Tải xuống các tệp mở rộng GSTZen - Peaceful GST Compliance 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
GSTZen is user-friendly software for Peaceful GST Compliance provides your with comprehensive GST Reports, Reconciliation and Return filing. For more information, view https://www.gstzen.in/a/seamless-tally-integration-with-gstzen.html
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GSTZen - Peaceful GST Compliance |
ID | kalikdgeljhpjdefbmonglphknlbjjgi |
URL Chính Thức | https://chromewebstore.google.com/detail/gstzen-peaceful-gst-compl/kalikdgeljhpjdefbmonglphknlbjjgi |
Mô tả | Smooth GST Reports, Reconciliation, and Return filing |
Kích Thước Tệp | 296 KB |
Số Lần Cài Đặt | 11,838 |
Phiên Bản Hiện Tại | 0.0.22 |
Cập Nhật Lần Cuối | 2021-04-08 |
Ngày Phát Hành | 2020-06-20 |
Đánh Giá | 4.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://gstzen.in |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.gstzen.in |
URL Trang Trợ Giúp | https://www.gstzen.in/a/seamless-tally-integration-with-gstzen.html |
URL Trang Chính Sách Bảo Mật | https://www.gstzen.in/pages/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GSTZen - Peaceful GST Compliance", "short_name": "GSTZen", "version": "0.0.22", "manifest_version": 2, "description": "Smooth GST Reports, Reconciliation, and Return filing", "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "https:\/\/dev.gstzen.in\/*", "https:\/\/my.gstzen.in\/*", "https:\/\/gst.hiregange.com\/*" ] }, "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icons\/gstzen-128x128.png", "default_popup": "popup.html", "default_title": "GSTZen" }, "permissions": [ "webRequest", "webRequestBlocking", "declarativeContent", "storage", "https:\/\/my.gstzen.in\/utils\/success\/", "https:\/\/dev.gstzen.in\/utils\/success\/", "https:\/\/gst.hiregange.com\/utils\/success\/", "https:\/\/services.gst.gov.in\/*", "https:\/\/publicservices.gst.gov.in\/*", "https:\/\/return.gst.gov.in\/*", "https:\/\/gstr2b.gst.gov.in\/*", "https:\/\/files.gst.gov.in\/*", "http:\/\/localhost\/*" ], "web_accessible_resources": [ "icons\/gstzen-128x128.png" ], "icons": { "16": "icons\/gstzen-16x16.png", "32": "icons\/gstzen-32x32.png", "48": "icons\/gstzen-48x48.png", "128": "icons\/gstzen-128x128.png" } } |