Indian train ticket predictions
Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in
Indian train ticket predictions क्या है?
Indian train ticket predictions Predictions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Indian train ticket predictions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ddandleclopjfdaipoofnkapjkcbifll |
आधिकारिक URL | https://chrome.google.com/webstore/detail/indian-train-ticket-predi/ddandleclopjfdaipoofnkapjkcbifll |
विवरण | Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in |
फ़ाइल का आकार | 13.29 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 0.4 |
अंतिम अपडेट | 2017-05-30 |
प्रकाशन तिथि | 2017-05-30 |
रेटिंग | 4.50/5 कुल 12 रेटिंग्स |
डेवलपर | Predictions |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |