GSTHero Utility
GSTHero Utility will assist you filling the returrn with Goverment Submission Portal
什么是GSTHero Utility?
GSTHero Utility是由GSTHero开发的Chrome扩展程序,该扩展的主要功能是“GSTHero Utility will assist you filling the returrn with Goverment Submission Portal”。
扩展截图
下载GSTHero Utility扩展crx文件
下载GSTHero Utility扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Filing the GST was never easier, thanks to GSTHero. This is a supportive utility for the users of GSTHero which will assist them to fully utilise offline features provided by the GSTHero with ease. This is a powerful tool for managing Government Portal credentials. It will allow users to store and automatically produce the credentials as they are required without any manual operation. The intelligent service will detect and provide the credentials only when they are required making this application secured and safe for the user. Here are the key Features Easy operation. Automatic Services. Multiple GSTIN Support. Useful for Charted Accountants as well as Business Users. Stores Credentials Locally, no data access to any third party. Available as an free added service for GSTHero Users (No Added/Hidden Charges). About GSTHERO GSTHero - Simplifying GST filing for everyone! https://gsthero.com GSTHero is an initiative to assist the businesses / tax consultants / chartered accountants in adapting to the GST era and making them compliant with ease, through the efficient use of technology. It is a secure platform with robust linkages to the government’s GSTN database and will take the responsibility of all the GST- filings work of respective companies on itself. It will integrate with your company’s ERP to make sure that you do not have to do too much work to file your returns. GSTHero is Integrated with various Accounting / ERP Softwares. ONE stop Solution for Chartered Accountants and Tax consultants to file GST Returns for all their clients using various Accountings/ERP Softwares. Here are some outlining features: 100% Online and Cloud based. Ensures Data Accuracy, Safety & Security. Real-time data sharing with your CA. Easily Integrates with ERP and Accounting softwares. Suitable For Businesses, CA and Tax Consultant. Excellent Technical Support & Expert Help. Real Time Data Reduced Risk of Errors Greater Productivity One Secure Location Seamless Integration to ERP One Stop Solutions aptation to changing GST Laws Speciallied GST Easy to use To know more, Call Now : +91 800 7700 800 Email : [email protected] . Note: All the data is stored offline, uninstalling this extension will permanently delete all the stored information.
扩展基本信息
名称 | |
ID | lfceokdoadccipagfapafgppnpgomkbe |
官方URL | https://chrome.google.com/webstore/detail/gsthero-utility/lfceokdoadccipagfapafgppnpgomkbe |
简介 | GSTHero Utility will assist you filling the returrn with Goverment Submission Portal |
文件大小 | 1.85 MB |
安装次数 | 339 |
当前版本 | 1.0.0.8 |
更新时间 | 2020-06-30 |
上架时间 | 2020-06-30 |
评分 | 3.50/5 共2次评分 |
开发者 | GSTHero |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://gsthero.com |
帮助页面URL | https://gsthero.com/contact-us/ |
隐私政策页面URL | https://gsthero.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GSTHero Utility", "version": "1.0.0.8", "description": "GSTHero Utility will assist you filling the returrn with Goverment Submission Portal", "permissions": [ "activeTab", "declarativeContent", "storage", "tabs", "unlimitedStorage" ], "icons": { "16": "logo-16x16.png", "48": "logo-48x48.png", "128": "logo-128x128.png" }, "background": { "default_icon": "logo-128x128.png", "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "logo-128x128.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/services.gst.gov.in\/services\/login", "https:\/\/services.gst.gov.in\/services\/login\/" ], "js": [ "GovermentPortalAutofill.js" ] }, { "matches": [ "https:\/\/services.gst.gov.in\/services\/auth\/fowelcome", "https:\/\/services.gst.gov.in\/services\/auth\/fowelcome\/" ], "js": [ "createChallan.js" ] }, { "matches": [ "https:\/\/payment.gst.gov.in\/payment\/auth\/", "https:\/\/payment.gst.gov.in\/payment\/auth" ], "js": [ "fillGstr3bTax.js" ] }, { "matches": [ "http:\/\/gsthero.com\/GspModel\/user\/outward-supplies-step2?*", "https:\/\/gsthero.com\/GspModel\/user\/outward-supplies-step2?*", "http:\/\/35.154.208.8\/GspModel\/user\/outward-supplies-step2?*", "https:\/\/35.154.208.8\/GspModel\/user\/outward-supplies-step2?*", "http:\/\/localhost:8080\/GspModel\/user\/outward-supplies-step2?*", "http:\/\/gsthero.com\/GspModel\/user\/recon-offline-process?*", "https:\/\/gsthero.com\/GspModel\/user\/recon-offline-process?*", "http:\/\/35.154.208.8\/GspModel\/user\/recon-offline-process?*", "https:\/\/35.154.208.8\/GspModel\/user\/recon-offline-process?*", "http:\/\/localhost:8080\/GspModel\/user\/recon-offline-process?*", "http:\/\/localhost:8080\/GspModel\/user\/gstr3b-offset-liabilities?*", "http:\/\/gsthero.com\/GspModel\/user\/gstr3b-offset-liabilities?*", "https:\/\/gsthero.com\/GspModel\/user\/gstr3b-offset-liabilities?*", "http:\/\/35.154.208.8\/GspModel\/user\/gstr3b-offset-liabilities?*", "https:\/\/35.154.208.8\/GspModel\/user\/gstr3b-offset-liabilities?*", "http:\/\/localhost:8080\/GspModel\/user\/gstr9\/review?*", "http:\/\/gsthero.com\/GspModel\/user\/gstr9\/review?*", "https:\/\/gsthero.com\/GspModel\/user\/gstr9\/review?*", "http:\/\/35.154.208.8\/GspModel\/user\/gstr9\/review?*", "https:\/\/35.154.208.8\/GspModel\/user\/gstr9\/review?*" ], "js": [ "loginRedirect.js" ] } ], "options_page": "SaveNewGSTIN\/storeGSTINData.html", "manifest_version": 2 } |