Simply PNR
Simply enter the Indian Railways/IRCTC PNR number and get current PNR status
Cos'è Simply PNR?
Simply PNR è un'estensione di Chrome sviluppata da App Kichidi, e la sua funzione principale è "Simply enter the Indian Railways/IRCTC PNR number and get current PNR status".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simply PNR
Scarica i file di estensione Simply PNR in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | mnmepdpnanecdnlemfpkgeeoblhkhfoo |
URL Ufficiale | https://chrome.google.com/webstore/detail/simply-pnr/mnmepdpnanecdnlemfpkgeeoblhkhfoo |
Descrizione | Simply enter the Indian Railways/IRCTC PNR number and get current PNR status |
Dimensione del File | 273 KB |
Conteggio Installazioni | 372 |
Versione Corrente | 2.0.33 |
Ultimo Aggiornamento | 2015-12-18 |
Data di Pubblicazione | 2015-12-18 |
Valutazione | 4.14/5 Totale 22 Valutazioni |
Sviluppatore | App Kichidi |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |