Indian train ticket predictions

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

Co to jest Indian train ticket predictions?

Indian train ticket predictions to rozszerzenie Chrome opracowane przez Predictions, a jego główną funkcją jest „Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Indian train ticket predictions

Pobierz pliki rozszerzeń Indian train ticket predictions w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Indian train ticket predictions Indian train ticket predictions
ID ddandleclopjfdaipoofnkapjkcbifll
Oficjalny URL https://chrome.google.com/webstore/detail/indian-train-ticket-predi/ddandleclopjfdaipoofnkapjkcbifll
Opis Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in
Rozmiar pliku 13.29 KB
Liczba instalacji 1,000
Aktualna Wersja 0.4
Ostatnia Aktualizacja 2017-05-30
Data Publikacji 2017-05-30
Ocena 4.50/5 Łącznie 12 Oceny
Deweloper Predictions
Typ Płatności free
Obsługiwane Języki 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"
    }
}