Indian train ticket predictions
Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in
Indian train ticket predictions là gì?
Indian train ticket predictions là một tiện ích mở rộng Chrome được phát triển bởi Predictions, và tính năng chính của nó là "Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Indian train ticket predictions
Tải xuống các tệp mở rộng Indian train ticket predictions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ddandleclopjfdaipoofnkapjkcbifll |
URL Chính Thức | https://chrome.google.com/webstore/detail/indian-train-ticket-predi/ddandleclopjfdaipoofnkapjkcbifll |
Mô tả | Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in |
Kích Thước Tệp | 13.29 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 0.4 |
Cập Nhật Lần Cuối | 2017-05-30 |
Ngày Phát Hành | 2017-05-30 |
Đánh Giá | 4.50/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | Predictions |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |