GST Helper
This extension allows to Reconcile your GST Input Tax Credit.
Wat is GST Helper?
GST Helper is een Chrome-extensie ontwikkeld door Mad Scientist, en de belangrijkste functie is "This extension allows to Reconcile your GST Input Tax Credit.".
Extensie Screenshots
Download het CRX-bestand van de extensie GST Helper
Download GST Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | hflijcmkmdphaocchlnilklciidekijj |
Officiële URL | https://chrome.google.com/webstore/detail/gst-helper/hflijcmkmdphaocchlnilklciidekijj |
Beschrijving | This extension allows to Reconcile your GST Input Tax Credit. |
Bestandsgrootte | 37.16 KB |
Aantal Installaties | 739 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-11-06 |
Publicatiedatum | 2018-11-05 |
Ontwikkelaar | Mad Scientist |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |