Simply PNR

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

Qu'est-ce que Simply PNR ?

Simply PNR est une extension Chrome développée par App Kichidi, et sa fonction principale est "Simply enter the Indian Railways/IRCTC PNR number and get current PNR status".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Simply PNR

Téléchargez les fichiers d'extension Simply PNR au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Simply PNR Simply PNR
ID mnmepdpnanecdnlemfpkgeeoblhkhfoo
URL Officiel https://chrome.google.com/webstore/detail/simply-pnr/mnmepdpnanecdnlemfpkgeeoblhkhfoo
Description Simply enter the Indian Railways/IRCTC PNR number and get current PNR status
Taille du Fichier 273 KB
Nombre d'Installations 372
Version Actuelle 2.0.33
Dernière Mise à Jour 2015-12-18
Date de Publication 2015-12-18
Évaluation 4.14/5 Total 22 Évaluations
Développeur App Kichidi
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}