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 |
| 官方網址 | 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"
}
} | |