Indian train ticket predictions
Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in
Co je Indian train ticket predictions?
Indian train ticket predictions je rozšíření Chrome vyvinuté Predictions, a jeho hlavní funkcí je „Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Indian train ticket predictions
Stáhněte si soubory rozšíření Indian train ticket predictions ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | ddandleclopjfdaipoofnkapjkcbifll |
Oficiální URL | https://chrome.google.com/webstore/detail/indian-train-ticket-predi/ddandleclopjfdaipoofnkapjkcbifll |
Popis | Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in |
Velikost souboru | 13.29 KB |
Počet instalací | 1,000 |
Aktuální Verze | 0.4 |
Poslední Aktualizace | 2017-05-30 |
Datum Vydání | 2017-05-30 |
Hodnocení | 4.50/5 Celkem 12 Hodnocení |
Vývojář | Predictions |
Typ Platby | free |
Podporované Jazyky | 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" } } |