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开发的Chrome扩展程序,该扩展的主要功能是“Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in”。
扩展截图
下载Indian train ticket predictions扩展crx文件
下载Indian train ticket predictions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |