Indian Railways @etrain.info

An extension to support etrain.info to provide advanced features

Indian Railways @etrain.info란 무엇입니까?

Indian Railways @etrain.info은(는) etrain.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to support etrain.info to provide advanced features"입니다.

확장 프로그램 스크린샷

screenshot

Indian Railways @etrain.info 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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
}