Auto IRCTC

Book Ticket easily.

什麼是Auto IRCTC?

Auto IRCTC是由Roushan Singh開發的Chrome擴展程式,該擴展的主要功能是“Book Ticket easily.”。

下載Auto IRCTC擴展crx文件

下載Auto IRCTC擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Book Ticket very fastly                    

擴展基本資訊

名稱 Auto IRCTC Auto IRCTC
ID lhjnpilbhjckkhcgofbkmfpdddicbafm
官方網址 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"
        }
    ]
}