GST Helper
This extension allows to Reconcile your GST Input Tax Credit.
Was ist GST Helper?
GST Helper ist eine Chrome-Erweiterung, die von Mad Scientist entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows to Reconcile your GST Input Tax Credit.".
Erweiterungsscreenshots
GST Helper-Erweiterungs-CRX-Datei herunterladen
Laden Sie GST Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | hflijcmkmdphaocchlnilklciidekijj |
Offizielle URL | https://chrome.google.com/webstore/detail/gst-helper/hflijcmkmdphaocchlnilklciidekijj |
Beschreibung | This extension allows to Reconcile your GST Input Tax Credit. |
Dateigröße | 37.16 KB |
Installationsanzahl | 739 |
Aktuelle Version | 1.0 |
Letztes Update | 2018-11-06 |
Veröffentlichungsdatum | 2018-11-05 |
Entwickler | Mad Scientist |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |