GST Helper
This extension allows to Reconcile your GST Input Tax Credit.
Vad är GST Helper?
GST Helper är en Chrome-tillägg utvecklad av Mad Scientist, och dess huvudfunktion är "This extension allows to Reconcile your GST Input Tax Credit.".
Tilläggsskärmbilder
Ladda ner GST Helper-förlängningens CRX-fil
Ladda ner GST Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | hflijcmkmdphaocchlnilklciidekijj |
| Officiell webbadress | https://chrome.google.com/webstore/detail/gst-helper/hflijcmkmdphaocchlnilklciidekijj |
| Beskrivning | This extension allows to Reconcile your GST Input Tax Credit. |
| Filstorlek | 37.16 KB |
| Antal Installationer | 739 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2018-11-06 |
| Publiceringsdatum | 2018-11-05 |
| Utvecklare | Mad Scientist |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |