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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Predictions และคุณลักษณะหลักของมันคือ "Check chances of clearing a waitlisted ticket before booking a ticket directly from irctc.co.in"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Indian train ticket predictions
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |