GST Helper

This extension allows to Reconcile your GST Input Tax Credit.

GST Helperคืออะไร?

GST Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mad Scientist และคุณลักษณะหลักของมันคือ "This extension allows to Reconcile your GST Input Tax Credit."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GST Helper

ดาวน์โหลดไฟล์ส่วนขยาย GST Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GST Helper GST Helper
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"
    ]
}