eRail.in

This app provides enhanced user experience for eRail.in

Что такое eRail.in?

eRail.in - это расширение Chrome, разработанное https://erail.in, и его основная функция - "This app provides enhanced user experience for eRail.in".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения eRail.in

Скачайте файлы расширений eRail.in в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Extension helps to access availability, PNR and Running Status of trains from Indian Railways.                    

Основная информация о расширении

Название eRail.in 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"
}