GST Helper
This extension allows to Reconcile your GST Input Tax Credit.
What is GST Helper?
GST Helper is a Chrome extension developed by Mad Scientist, and its main feature is "This extension allows to Reconcile your GST Input Tax Credit.".
Extension Screenshots
Download GST Helper Extension CRX File
Download GST Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | hflijcmkmdphaocchlnilklciidekijj |
Official URL | https://chrome.google.com/webstore/detail/gst-helper/hflijcmkmdphaocchlnilklciidekijj |
Description | This extension allows to Reconcile your GST Input Tax Credit. |
File Size | 37.16 KB |
Installation Count | 739 |
Current Version | 1.0 |
Last Updated | 2018-11-06 |
Publish Date | 2018-11-05 |
Developer | Mad Scientist |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GST Helper", "description": "This extension allows to Reconcile your GST Input Tax Credit.", "version": "1.0", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/return.gst.gov.in\/*" ], "js": [ "jq321.min.js", "content-script.js" ] } ], "permissions": [ "activeTab", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "downloads" ] } |