Auto IRCTC

Book Ticket easily.

Auto IRCTCคืออะไร?

Auto IRCTC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Roushan Singh และคุณลักษณะหลักของมันคือ "Book Ticket easily."

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

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

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

                        Book Ticket very fastly                    

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

ชื่อ Auto IRCTC Auto IRCTC
ID lhjnpilbhjckkhcgofbkmfpdddicbafm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/auto-irctc/lhjnpilbhjckkhcgofbkmfpdddicbafm
คำอธิบาย Book Ticket easily.
ขนาดไฟล์ 135 KB
จำนวนการติดตั้ง 172
เวอร์ชันปัจจุบัน 17.2
อัปเดตครั้งล่าสุด 2017-02-24
วันที่เผยแพร่ 2017-02-24
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Roushan Singh
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto IRCTC",
    "version": "17.2",
    "description": "Book Ticket easily.",
    "browser_action": {
        "default_title": "IRCTC",
        "default_icon": {
            "19": "irctc.png",
            "38": "irctc.png"
        }
    },
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "https:\/\/www.irctc.co.in\/*",
        "https:\/\/netbanking.hdfcbank.com\/*",
        "https:\/\/netbanking.yesbank.co.in\/*",
        "https:\/\/netsafe.hdfcbank.com\/*",
        "https:\/\/secure5.arcot.com\/*",
        "https:\/\/securepg.fssnet.co.in\/*",
        "https:\/\/www.billdesk.com\/*",
        "https:\/\/pgi.billdesk.com\/*",
        "https:\/\/securepayments.fssnet.co.in\/*",
        "https:\/\/ipay.icicibank.com\/*",
        "https:\/\/merchant.onlinesbi.com\/*",
        "https:\/\/www.bobibanking.com\/*",
        "https:\/\/shopping.icicibank.com\/corp\/*",
        "https:\/\/inet.idbibank.co.in\/corp\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.irctc.co.in\/*",
                "https:\/\/netbanking.hdfcbank.com\/*",
                "https:\/\/netbanking.yesbank.co.in\/*",
                "https:\/\/netsafe.hdfcbank.com\/*",
                "https:\/\/secure5.arcot.com\/*",
                "https:\/\/securepg.fssnet.co.in\/*",
                "https:\/\/www.billdesk.com\/*",
                "https:\/\/pgi.billdesk.com\/*",
                "https:\/\/shopping.icicibank.com\/corp\/*",
                "https:\/\/securepayments.fssnet.co.in\/*",
                "https:\/\/ipay.icicibank.com\/*",
                "https:\/\/merchant.onlinesbi.com\/*",
                "https:\/\/www.bobibanking.com\/*",
                "https:\/\/inet.idbibank.co.in\/corp\/*"
            ],
            "js": [
                "preprocess.js"
            ],
            "run_at": "document_idle"
        }
    ]
}