Indian train ticket predictions
Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in
Hvad er Indian train ticket predictions?
Indian train ticket predictions er en Chrome-udvidelse udviklet af Predictions, og dens hovedfunktion er "Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in".
Udvidelsesskærmbilleder
Download Indian train ticket predictions-udvidelses-CRX-fil
Download Indian train ticket predictions-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ddandleclopjfdaipoofnkapjkcbifll |
Officiel URL | https://chrome.google.com/webstore/detail/indian-train-ticket-predi/ddandleclopjfdaipoofnkapjkcbifll |
Beskrivelse | Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in |
Filstørrelse | 13.29 KB |
Antal Installationer | 1,000 |
Nuværende Version | 0.4 |
Senest Opdateret | 2017-05-30 |
Udgivelsesdato | 2017-05-30 |
Bedømmelse | 4.50/5 Samlet 12 Bedømmelser |
Udvikler | Predictions |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |