Simply PNR

Simply enter the Indian Railways/IRCTC PNR number and get current PNR status

Что такое Simply PNR?

Simply PNR - это расширение Chrome, разработанное App Kichidi, и его основная функция - "Simply enter the Indian Railways/IRCTC PNR number and get current PNR status".

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

screenshot
screenshot

Скачать файл CRX расширения Simply PNR

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

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

                        Simply enter the PNR number and get the current status without leaving the current page.
Also, enter the PNR number and forget it. This extension stores up to four PNR numbers entered by you for checking the status easily by clicking on the previously entered PNR number.                    

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

Название Simply PNR Simply PNR
ID mnmepdpnanecdnlemfpkgeeoblhkhfoo
Официальный URL https://chrome.google.com/webstore/detail/simply-pnr/mnmepdpnanecdnlemfpkgeeoblhkhfoo
Описание Simply enter the Indian Railways/IRCTC PNR number and get current PNR status
Размер файла 273 KB
Количество установок 372
Текущая Версия 2.0.33
Последнее Обновление 2015-12-18
Дата публикации 2015-12-18
Рейтинг 4.14/5 Всего 22 оценок
Разработчик App Kichidi
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simply PNR",
    "description": "Simply enter the Indian Railways\/IRCTC PNR number and get current PNR status",
    "version": "2.0.33",
    "permissions": [
        "http:\/\/www.indianrail.gov.in\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "img\/icon.png"
    },
    "icons": {
        "16": "img\/icon.png",
        "128": "img\/128-train.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "lib\/jquery\/jquery-1.10.2.min.js",
                "js\/xframe.js"
            ],
            "matches": [
                "*:\/\/*.indianrail.gov.in\/*"
            ],
            "run_at": "document_end"
        }
    ]
}