Indian Railways @etrain.info
An extension to support etrain.info to provide advanced features
Indian Railways @etrain.info là gì?
Indian Railways @etrain.info là một tiện ích mở rộng Chrome được phát triển bởi etrain.info, và tính năng chính của nó là "An extension to support etrain.info to provide advanced features".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Indian Railways @etrain.info
Tải xuống các tệp mở rộng Indian Railways @etrain.info dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Indian Railways @etrain.info |
ID | fjjlkgnbokonfaiffccmofmfopdlfmmf |
URL Chính Thức | https://chromewebstore.google.com/detail/indian-railways-etraininf/fjjlkgnbokonfaiffccmofmfopdlfmmf |
Mô tả | An extension to support etrain.info to provide advanced features |
Kích Thước Tệp | 48.09 KB |
Số Lần Cài Đặt | 83,536 |
Phiên Bản Hiện Tại | 2.2.3 |
Cập Nhật Lần Cuối | 2022-09-26 |
Ngày Phát Hành | 2019-01-26 |
Đánh Giá | 4.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | etrain.info |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://etrain.info/in |
Ngôn Ngữ Được Hỗ Trợ | 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 } |