PNR Checker

check your pnr status for irctc tickets

What is PNR Checker?

PNR Checker is a Chrome extension developed by Aravindh, and its main feature is "check your pnr status for irctc tickets".

Extension Screenshots

screenshot

Download PNR Checker Extension CRX File

Download PNR Checker 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

                        A simple PNR status checking app for IRCTC. No redirection to any websites. Displays status inline ! Easy to use !                    

Extension Basic Information

Name PNR Checker PNR Checker
ID fpfmcfgpcopalkpfedalkpmcnjicfnhe
Official URL https://chromewebstore.google.com/detail/pnr-checker/fpfmcfgpcopalkpfedalkpmcnjicfnhe
Description check your pnr status for irctc tickets
File Size 26.1 KB
Installation Count 427
Current Version 1.0
Last Updated 2013-09-18
Publish Date 2013-09-18
Rating 3.67/5 Total 6 Ratings
Developer Aravindh
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PNR Checker",
    "version": "1.0",
    "icons": {
        "128": "images.jpg"
    },
    "manifest_version": 2,
    "description": "check your pnr status for irctc tickets",
    "permissions": [
        "http:\/\/www.indianrail.gov.in\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Click to check PNR status",
        "default_icon": "icon_train_small.png",
        "default_popup": "popup.html"
    }
}