Indian Railways @etrain.info
An extension to support etrain.info to provide advanced features
ما هو Indian Railways @etrain.info؟
Indian Railways @etrain.info هو إضافة Chrome تم تطويرها بواسطة etrain.info، والميزة الرئيسية لها هي "An extension to support etrain.info to provide advanced features".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Indian Railways @etrain.info
قم بتنزيل ملفات الامتداد Indian Railways @etrain.info بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension helps to access following features of website etrain.info. ☛ Seat Availability of trains ☛ PNR Status ☛ Live Running Status of trains NOTE: This extension will only work with website etrain.info. It'll be inactive for other websites. Install only if you are an user of etrain.info and want to use above listed features.
معلومات أساسية عن التمديد
الاسم | Indian Railways @etrain.info |
ID | fjjlkgnbokonfaiffccmofmfopdlfmmf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/indian-railways-etraininf/fjjlkgnbokonfaiffccmofmfopdlfmmf |
الوصف | An extension to support etrain.info to provide advanced features |
حجم الملف | 48.09 KB |
عدد التثبيتات | 83,536 |
النسخة الحالية | 2.2.3 |
آخر تحديث | 2022-09-26 |
تاريخ النشر | 2019-01-26 |
تقييم | 4.00/5 مجموع تقييمات 8 |
المطور | etrain.info |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://etrain.info/in |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Indian Railways @etrain.info", "description": "An extension to support etrain.info to provide advanced features", "version": "2.2.3", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": { "32": "images\/browser_action.png" }, "default_popup": "popup.html", "default_title": "Indian Railways @etrain.info" }, "icons": { "128": "images\/icon_128.png", "64": "images\/icon_64.png" }, "content_scripts": [ { "matches": [ "*:\/\/etrain.info\/*", "*:\/\/etrain.info.localhost\/*", "*:\/\/m.etrain.info\/*", "*:\/\/m.etrain.info.localhost\/*", "*:\/\/www.tripozo.com\/*", "*:\/\/www.tripozo.com.localhost\/*" ], "js": [ "scripts\/internal.js" ], "run_at": "document_end" }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/external.js" ], "all_frames": true, "run_at": "document_end" } ], "background": { "page": "background.html" }, "manifest_version": 2 } |