eRail.in
This app provides enhanced user experience for eRail.in
eRail.in란 무엇입니까?
eRail.in은(는) https://erail.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This app provides enhanced user experience for eRail.in"입니다.
확장 프로그램 스크린샷
eRail.in 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension helps to access availability, PNR and Running Status of trains from Indian Railways.
확장 프로그램 기본 정보
이름 | eRail.in |
ID | aopfgjfeiimeioiajeknfidlljpoebgc |
공식 URL | https://chromewebstore.google.com/detail/erailin/aopfgjfeiimeioiajeknfidlljpoebgc |
설명 | This app provides enhanced user experience for eRail.in |
파일 크기 | 368 KB |
설치 횟수 | 367,645 |
현재 버전 | 8.40 |
최근 업데이트 | 2023-01-18 |
출시 날짜 | 2019-08-14 |
평점 | 4.23/5 총 3076 개의 평점 |
개발자 | https://erail.in |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://erail.in |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "persistent": true, "scripts": [ "js\/erailchrome.js", "js\/jquery-3.2.1.min.js" ] }, "browser_action": { "default_icon": { "16": "images\/erail.png", "48": "images\/erail48.png", "128": "images\/erail128.png" }, "default_popup": "popup.html", "default_title": "eRail.in" }, "content_scripts": [ { "js": [ "js\/jquery-3.2.1.min.js", "js\/stations.js", "js\/contentscript.js", "js\/ocrad.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true } ], "description": "This app provides enhanced user experience for eRail.in", "icons": { "16": "images\/erail.png", "48": "images\/erail48.png", "128": "images\/erail128.png" }, "name": "eRail.in", "short_name": "eRail.in", "offline_enabled": true, "omnibox": { "keyword": "erailir" }, "permissions": [ "cookies", "webRequest", "webRequestBlocking", "https:\/\/erail.in\/*", "https:\/\/tripmgt.in\/*", "https:\/\/*.irctc.co.in\/*", "http:\/\/*.indianrail.gov.in\/*", "https:\/\/*.indianrail.gov.in\/*" ], "version": "8.40" } |