Indian train ticket predictions
Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in
Qu'est-ce que Indian train ticket predictions ?
Indian train ticket predictions est une extension Chrome développée par Predictions, et sa fonction principale est "Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Indian train ticket predictions
Téléchargez les fichiers d'extension Indian train ticket predictions au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | ddandleclopjfdaipoofnkapjkcbifll |
URL Officiel | https://chrome.google.com/webstore/detail/indian-train-ticket-predi/ddandleclopjfdaipoofnkapjkcbifll |
Description | Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in |
Taille du Fichier | 13.29 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 0.4 |
Dernière Mise à Jour | 2017-05-30 |
Date de Publication | 2017-05-30 |
Évaluation | 4.50/5 Total 12 Évaluations |
Développeur | Predictions |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |