Simply PNR
Simply enter the Indian Railways/IRCTC PNR number and get current PNR status
¿Qué es Simply PNR?
Simply PNR es una extensión de Chrome desarrollada por App Kichidi, y su función principal es "Simply enter the Indian Railways/IRCTC PNR number and get current PNR status".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Simply PNR
Descarga archivos de extensión Simply PNR en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | mnmepdpnanecdnlemfpkgeeoblhkhfoo |
URL Oficial | https://chrome.google.com/webstore/detail/simply-pnr/mnmepdpnanecdnlemfpkgeeoblhkhfoo |
Descripción | Simply enter the Indian Railways/IRCTC PNR number and get current PNR status |
Tamaño del Archivo | 273 KB |
Cantidad de Instalaciones | 372 |
Versión Actual | 2.0.33 |
Última Actualización | 2015-12-18 |
Fecha de Publicación | 2015-12-18 |
Calificación | 4.14/5 Total de 22 Calificaciones |
Desarrollador | App Kichidi |
Tipo de Pago | free |
Idiomas Soportados | 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" } ] } |