Indian train ticket predictions
Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in
Was ist Indian train ticket predictions?
Indian train ticket predictions ist eine Chrome-Erweiterung, die von Predictions entwickelt wurde, und ihr Hauptmerkmal ist "Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in".
Erweiterungsscreenshots
Indian train ticket predictions-Erweiterungs-CRX-Datei herunterladen
Laden Sie Indian train ticket predictions-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | ddandleclopjfdaipoofnkapjkcbifll |
Offizielle URL | https://chrome.google.com/webstore/detail/indian-train-ticket-predi/ddandleclopjfdaipoofnkapjkcbifll |
Beschreibung | Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in |
Dateigröße | 13.29 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 0.4 |
Letztes Update | 2017-05-30 |
Veröffentlichungsdatum | 2017-05-30 |
Bewertung | 4.50/5 Insgesamt 12 Bewertungen |
Entwickler | Predictions |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |