Taxtribute GST Assistant
GST Extension to quickly download GST returns from GST Portal
Taxtribute GST Assistantคืออะไร?
Taxtribute GST Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย taxtribute123 และคุณลักษณะหลักของมันคือ "GST Extension to quickly download GST returns from GST Portal"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Taxtribute GST Assistant
ดาวน์โหลดไฟล์ส่วนขยาย Taxtribute GST Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will enable the users to automate the entire process of downloading Json, excel and PDF files from GST portal. Taxtribute extension will assist tax professionals to download following returns from GST portal: 1. Monthly GSTR-1 (in json format) 2. Monthly GSTR-3B (in json format) 3. Monthly GSTR-2A (in json format) 4. Monthly GSTR-2A (in excel format) 5. Quarterly GSTR-4 6. Quarterly GSTR-4A Rather than generating and downloading 12 files for each month (i.e. 24 clicks), the entire data for a financial year will be generated and downloaded in merely 2 clicks. We have ensured that the common is in compliance with the guidelines issued by Google Chrome: 1. Our extension does not display product ratings/ reviews and we do not intend to inject ads into web pages. 2. Services provided vide this extension are intended for a single purpose (i.e. to efficiently download data from GST portal) 3. Our extension is no way related to email notifiers combined with a news aggregator. 4. We are not providing PDF converter and will not change default search engine of any user.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Taxtribute GST Assistant |
ID | fkkjecpbakmcejadagjnenogkdabmbep |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/taxtribute-gst-assistant/fkkjecpbakmcejadagjnenogkdabmbep |
คำอธิบาย | GST Extension to quickly download GST returns from GST Portal |
ขนาดไฟล์ | 148 KB |
จำนวนการติดตั้ง | 5,000 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2023-08-09 |
วันที่เผยแพร่ | 2022-06-20 |
คะแนน | 4.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | taxtribute123 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.taxtribute.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Taxtribute GST Assistant", "short_name": "Taxtribute GST Extension", "author": "Tax Tribute", "version": "1.3", "description": "GST Extension to quickly download GST returns from GST Portal", "permissions": [ "tabs", "activeTab", "downloads", "scripting" ], "host_permissions": [ "https:\/\/*.gst.gov.in\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "browser_style": false, "default_title": "Taxtribute GST Assistant", "default_popup": "TaxtributeGSTAssistant.html", "default_icon": { "16": "taxtribute_logo_16.png", "32": "taxtribute_logo_32.png", "48": "taxtribute_logo_48.png", "128": "taxtribute_logo_128.png" } }, "icons": { "16": "taxtribute_logo_16.png", "32": "taxtribute_logo_32.png", "48": "taxtribute_logo_48.png", "128": "taxtribute_logo_128.png" }, "manifest_version": 3 } |