GSTHero Utility
GSTHero Utility will assist you filling the returrn with Goverment Submission Portal
O que é GSTHero Utility?
GSTHero Utility é uma extensão do Chrome desenvolvida por GSTHero, e sua principal característica é "GSTHero Utility will assist you filling the returrn with Goverment Submission Portal".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GSTHero Utility
Baixe arquivos de extensão GSTHero Utility no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | lfceokdoadccipagfapafgppnpgomkbe |
URL Oficial | https://chrome.google.com/webstore/detail/gsthero-utility/lfceokdoadccipagfapafgppnpgomkbe |
Descrição | GSTHero Utility will assist you filling the returrn with Goverment Submission Portal |
Tamanho do Arquivo | 1.85 MB |
Contagem de Instalações | 339 |
Versão Atual | 1.0.0.8 |
Última Atualização | 2020-06-30 |
Data de Publicação | 2020-06-30 |
Classificação | 3.50/5 Total de 2 Avaliações |
Desenvolvedor | GSTHero |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://gsthero.com |
URL da Página de Ajuda | https://gsthero.com/contact-us/ |
URL da Página de Política de Privacidade | https://gsthero.com/privacy-policy |
Idiomas Suportados | 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 } |