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
公式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"
        }
    ]
}