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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |