Simply PNR

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

O que é Simply PNR?

Simply PNR é uma extensão do Chrome desenvolvida por App Kichidi, e sua principal característica é "Simply enter the Indian Railways/IRCTC PNR number and get current PNR status".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Simply PNR

Baixe arquivos de extensão Simply PNR no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Simply PNR Simply PNR
ID mnmepdpnanecdnlemfpkgeeoblhkhfoo
URL Oficial https://chrome.google.com/webstore/detail/simply-pnr/mnmepdpnanecdnlemfpkgeeoblhkhfoo
Descrição Simply enter the Indian Railways/IRCTC PNR number and get current PNR status
Tamanho do Arquivo 273 KB
Contagem de Instalações 372
Versão Atual 2.0.33
Última Atualização 2015-12-18
Data de Publicação 2015-12-18
Classificação 4.14/5 Total de 22 Avaliações
Desenvolvedor App Kichidi
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}