Plus GSTIN Checker

Check GSTIN extension by www.aakashinfo.com

Plus GSTIN Checkerคืออะไร?

Plus GSTIN Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.aakashinfo.com และคุณลักษณะหลักของมันคือ "Check GSTIN extension by www.aakashinfo.com"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Plus GSTIN Checker

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

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

                        This Extension helps Plus,Kishan,Pharmacare,Dalal Accounting Software users to Verify Party Detail From GST No.                    

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

ชื่อ Plus GSTIN Checker Plus GSTIN Checker
ID lcdehjkbbgnmcdmilepdpgjfkhkbcoch
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/plus-gstin-checker/lcdehjkbbgnmcdmilepdpgjfkhkbcoch
คำอธิบาย Check GSTIN extension by www.aakashinfo.com
ขนาดไฟล์ 40.34 KB
จำนวนการติดตั้ง 626
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-10-25
วันที่เผยแพร่ 2018-10-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://www.aakashinfo.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://aakashinfo.com/terms.htm
ภาษาที่รองรับ en
manifest.json
{
    "browser_action": {
        "default_icon": "pluslogo.png"
    },
    "content_scripts": [
        {
            "js": [
                "background.js"
            ],
            "matches": [
                "https:\/\/services.gst.gov.in\/services\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Check GSTIN extension by www.aakashinfo.com",
    "icons": {
        "128": "pluslogo.png"
    },
    "manifest_version": 2,
    "name": "Plus GSTIN Checker",
    "permissions": [
        "activeTab",
        "clipboardRead"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}