Indian train ticket predictions

Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in

Indian train ticket predictionsとは何ですか?

Indian train ticket predictionsはPredictionsによって開発されたChromeの拡張機能で、その主な機能は「Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Indian train ticket predictions拡張機能のCRXファイルをダウンロード

Indian train ticket predictions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Check chances of clearing a waitlisted ticket before booking a ticket directly from IRCTC.co.in or if you already have a waitlisted ticket then check its chances on indianrail.gov.in. This extension enables the prediction service to access PNR and seat availability information from the current page. It does not harm your computer or browser and cannot be misused in any way. It also does not store any personal information of the user. Please rate and review the plugin from the Reviews tab                    

拡張機能の基本情報

名前 Indian train ticket predictions Indian train ticket predictions
ID ddandleclopjfdaipoofnkapjkcbifll
公式URL https://chrome.google.com/webstore/detail/indian-train-ticket-predi/ddandleclopjfdaipoofnkapjkcbifll
説明 Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in
ファイルサイズ 13.29 KB
インストール数 1,000
現在のバージョン 0.4
最終更新日 2017-05-30
公開日 2017-05-30
評価 4.50/5 合計 12 レビュー
開発者 Predictions
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Indian train ticket predictions",
    "version": "0.4",
    "description": "Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Indian train ticket predictions"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/trainpnr-test1.azurewebsites.net\/",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    }
}