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ファイルをダウンロード
eRail.in拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Extension helps to access availability, PNR and Running Status of trains from Indian Railways.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
}  |  |