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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } |