GSTZen - Peaceful GST Compliance
Smooth GST Reports, Reconciliation, and Return filing
什么是GSTZen - Peaceful GST Compliance?
GSTZen - Peaceful GST Compliance是由https://gstzen.in开发的Chrome扩展程序,该扩展的主要功能是“Smooth GST Reports, Reconciliation, and Return filing”。
扩展截图
下载GSTZen - Peaceful GST Compliance扩展crx文件
下载GSTZen - Peaceful GST Compliance扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | kalikdgeljhpjdefbmonglphknlbjjgi |
| 官方URL | https://chromewebstore.google.com/detail/gstzen-peaceful-gst-compl/kalikdgeljhpjdefbmonglphknlbjjgi |
| 简介 | Smooth GST Reports, Reconciliation, and Return filing |
| 文件大小 | 296 KB |
| 安装次数 | 11,838 |
| 当前版本 | 0.0.22 |
| 更新时间 | 2021-04-08 |
| 上架时间 | 2020-06-20 |
| 评分 | 4.00/5 共9次评分 |
| 开发者 | https://gstzen.in |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.gstzen.in |
| 帮助页面URL | https://www.gstzen.in/a/seamless-tally-integration-with-gstzen.html |
| 隐私政策页面URL | https://www.gstzen.in/pages/privacy-policy.html |
| 支持的语言 | 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"
}
} | |