GST Helper
This extension allows to Reconcile your GST Input Tax Credit.
GST Helperとは何ですか?
GST HelperはMad Scientistによって開発されたChromeの拡張機能で、その主な機能は「This extension allows to Reconcile your GST Input Tax Credit.」です。
拡張機能のスクリーンショット
GST Helper拡張機能のCRXファイルをダウンロード
GST Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | hflijcmkmdphaocchlnilklciidekijj |
公式URL | https://chrome.google.com/webstore/detail/gst-helper/hflijcmkmdphaocchlnilklciidekijj |
説明 | This extension allows to Reconcile your GST Input Tax Credit. |
ファイルサイズ | 37.16 KB |
インストール数 | 739 |
現在のバージョン | 1.0 |
最終更新日 | 2018-11-06 |
公開日 | 2018-11-05 |
開発者 | Mad Scientist |
支払い方法 | free |
対応言語 | 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" ] } |