GST Helper
This extension allows to Reconcile your GST Input Tax Credit.
Co to jest GST Helper?
GST Helper to rozszerzenie Chrome opracowane przez Mad Scientist, a jego główną funkcją jest „This extension allows to Reconcile your GST Input Tax Credit.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GST Helper
Pobierz pliki rozszerzeń GST Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hflijcmkmdphaocchlnilklciidekijj |
Oficjalny URL | https://chrome.google.com/webstore/detail/gst-helper/hflijcmkmdphaocchlnilklciidekijj |
Opis | This extension allows to Reconcile your GST Input Tax Credit. |
Rozmiar pliku | 37.16 KB |
Liczba instalacji | 739 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-11-06 |
Data Publikacji | 2018-11-05 |
Deweloper | Mad Scientist |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |