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 |
官方網址 | 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" ] } |