PNR Status Watchlist
Tired of tracking Waiting List(WL) and RAC status? PNR Chrome Extension lets you track all your Train tickets in SINGLE CLICK.
PNR Status Watchlistคืออะไร?
PNR Status Watchlist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Clark และคุณลักษณะหลักของมันคือ "Tired of tracking Waiting List(WL) and RAC status? PNR Chrome Extension lets you track all your Train tickets in SINGLE CLICK."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PNR Status Watchlist
ดาวน์โหลดไฟล์ส่วนขยาย PNR Status Watchlist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Add your PNR Numbers to a watch-list for one-click tracking. If anything is broken, please drop me an email to [email protected], I'll fix it immediately. Thanks for using PNR Status watchlist. Changelog --------- 2014-06-16 v0.10 * Long pending update, now this app doesn't hit my servers. It hits Indian Railways website directly. This makes it easy for me to maintain as I don't have to pay money for running these servers. * Few bug fixes. 2012-03-28 v0.9 * New feature: Notifications, notifies you about your travel ticket. * Bug fixes for missing PNR items. 2012-01-08 v0.8 * Fix major bug for showing status item 2011-12-11 v0.7 * Put like button back 2011-12-06 v0.6.6 * Bug in fb like, putting back feedback 2011-08-06 v0.6.5 * Temporarily remove feedback button, add a fb like button. 2011-08-06 v0.6 * Another UI update, thanks to Anu and Briji. Sorted + Chart status. 2011-06-24 v0.5 * Tighter integration with IRCTC - add to watchlist after booking ticket. 2011-06-21 v0.4 * UI Update 2011-06-12 v0.3 * Support for adding pnr numbers directly from irctc.co.in ticket history page 2011-06-02 v0.2 * Fixed the delete bug 2011-06-01 v0.1 * Initial version ### References ### http://tiny.cc/PNRStatus - In case if this extension is missing in store or for something else
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PNR Status Watchlist |
ID | almdggoleggeecgelbjekpmefpohdjck |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pnr-status-watchlist/almdggoleggeecgelbjekpmefpohdjck |
คำอธิบาย | Tired of tracking Waiting List(WL) and RAC status? PNR Chrome Extension lets you track all your Train tickets in SINGLE CLICK. |
ขนาดไฟล์ | 141 KB |
จำนวนการติดตั้ง | 8,720 |
เวอร์ชันปัจจุบัน | 0.10.13 |
อัปเดตครั้งล่าสุด | 2015-10-01 |
วันที่เผยแพร่ | 2015-10-01 |
คะแนน | 4.30/5 รวมทั้งหมด 237 คะแนน |
ผู้พัฒนา | Clark |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.alagu.net |
URL หน้าช่วยเหลือ | https://alagu3.wufoo.com/forms/pnr-chrome-extension-support/ |
URL หน้านโยบายความเป็นส่วนตัว | https://dsnet.bitbucket.io/apps/privacypolicy-v2.htm |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PNR Status Watchlist", "short_name": "PNR Status Watchlist", "version": "0.10.13", "description": "Tired of tracking Waiting List(WL) and RAC status? PNR Chrome Extension lets you track all your Train tickets in SINGLE CLICK.", "background": { "page": "background.html" }, "permissions": [ "http:\/\/pnrapi.alagu.net\/", "http:\/\/www.indianrail.gov.in\/", "notifications", "webRequest", "webRequestBlocking" ], "icons": { "48": "logo-48x48.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "PNR Status", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.irctc.co.in\/*" ], "js": [ "assets\/js\/jquery.min.js", "assets\/js\/contentscript.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ajax.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self'" } |