GSTZen - Peaceful GST Compliance
Smooth GST Reports, Reconciliation, and Return filing
ما هو GSTZen - Peaceful GST Compliance؟
GSTZen - Peaceful GST Compliance هو إضافة Chrome تم تطويرها بواسطة https://gstzen.in، والميزة الرئيسية لها هي "Smooth GST Reports, Reconciliation, and Return filing".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GSTZen - Peaceful GST Compliance
قم بتنزيل ملفات الامتداد GSTZen - Peaceful GST Compliance بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | GSTZen - Peaceful GST Compliance |
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 |
عنوان صفحة المساعدة | https://www.gstzen.in/a/seamless-tally-integration-with-gstzen.html |
عنوان صفحة سياسة الخصوصية | 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" } } |