Simply PNR

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

What is Simply PNR?

Simply PNR is a Chrome extension developed by App Kichidi, and its main feature is "Simply enter the Indian Railways/IRCTC PNR number and get current PNR status".

Extension Screenshots

screenshot
screenshot

Download Simply PNR Extension CRX File

Download Simply PNR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Simply PNR Simply PNR
ID mnmepdpnanecdnlemfpkgeeoblhkhfoo
Official URL https://chrome.google.com/webstore/detail/simply-pnr/mnmepdpnanecdnlemfpkgeeoblhkhfoo
Description Simply enter the Indian Railways/IRCTC PNR number and get current PNR status
File Size 273 KB
Installation Count 372
Current Version 2.0.33
Last Updated 2015-12-18
Publish Date 2015-12-18
Rating 4.14/5 Total 22 Ratings
Developer App Kichidi
Payment Type free
Supported Languages 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"
        }
    ]
}