GSTHero Utility will assist you filling the returrn with Goverment Submission Portal
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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
}