Simply PNR

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

Simply PNR क्या है?

Simply PNR App Kichidi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simply enter the Indian Railways/IRCTC PNR number and get current PNR status"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Simply PNR एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    ]
}