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 |
| Eメール | [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"
}
} | |