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 |
官方網址 | 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" } } |