Indian train ticket predictions

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

Cos'è Indian train ticket predictions?

Indian train ticket predictions è un'estensione di Chrome sviluppata da Predictions, e la sua funzione principale è "Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Indian train ticket predictions

Scarica i file di estensione Indian train ticket predictions in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Indian train ticket predictions Indian train ticket predictions
ID ddandleclopjfdaipoofnkapjkcbifll
URL Ufficiale https://chrome.google.com/webstore/detail/indian-train-ticket-predi/ddandleclopjfdaipoofnkapjkcbifll
Descrizione Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in
Dimensione del File 13.29 KB
Conteggio Installazioni 1,000
Versione Corrente 0.4
Ultimo Aggiornamento 2017-05-30
Data di Pubblicazione 2017-05-30
Valutazione 4.50/5 Totale 12 Valutazioni
Sviluppatore Predictions
Tipo di Pagamento free
Lingue Supportate 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"
    }
}