Indian train ticket predictions

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

¿Qué es Indian train ticket predictions?

Indian train ticket predictions es una extensión de Chrome desarrollada por Predictions, y su función principal es "Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Indian train ticket predictions

Descarga archivos de extensión Indian train ticket predictions en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Indian train ticket predictions Indian train ticket predictions
ID ddandleclopjfdaipoofnkapjkcbifll
URL Oficial https://chrome.google.com/webstore/detail/indian-train-ticket-predi/ddandleclopjfdaipoofnkapjkcbifll
Descripción Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in
Tamaño del Archivo 13.29 KB
Cantidad de Instalaciones 1,000
Versión Actual 0.4
Última Actualización 2017-05-30
Fecha de Publicación 2017-05-30
Calificación 4.50/5 Total de 12 Calificaciones
Desarrollador Predictions
Tipo de Pago free
Idiomas Soportados 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"
    }
}