Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "XLSDEAL GSTR-N", "short_name": "XLSDEAL GSTRN", "version": "2.82", "description": "Quick GSTR-N JSON data download\/View\/Update from the GST Portal || Developed by gst.xlsdeal.com", "manifest_version": 3, "permissions": [ "tabs", "storage", "activeTab", "scripting", "downloads", "https:\/\/files.gst.gov.in\/*", "https:\/\/return.gst.gov.in\/*", "https:\/\/services.gst.gov.in\/*", "https:\/\/payment.gst.gov.in\/*", "https:\/\/publicservices.gst.gov.in\/*" ], "host_permissions": [ "https:\/\/services.gst.gov.in\/*", "https:\/\/return.gst.gov.in\/*", "https:\/\/gstr2b.gst.gov.in\/*", "https:\/\/files.gst.gov.in\/*", "https:\/\/payment.gst.gov.in\/*", "https:\/\/gst.xlsdeal.com\/*", "https:\/\/xlsdeal.com\/*", "https:\/\/publicservices.gst.gov.in\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/gst_xlsdeal.png", "32": "images\/gst_xlsdeal.png", "48": "images\/gst_xlsdeal.png", "128": "images\/gst_xlsdeal.png" } }, "icons": { "16": "images\/gst_xlsdeal.png", "32": "images\/gst_xlsdeal.png", "48": "images\/gst_xlsdeal.png", "128": "images\/gst_xlsdeal.png" }, "content_scripts": [ { "matches": [ "https:\/\/services.gst.gov.in\/*", "https:\/\/return.gst.gov.in\/*", "https:\/\/gstr2b.gst.gov.in\/*", "https:\/\/files.gst.gov.in\/*", "https:\/\/payment.gst.gov.in\/*", "https:\/\/gst.gov.in\/" ], "js": [ "contentscript.js" ], "run_at": "document_idle" } ] }