Simply PNR
Simply enter the Indian Railways/IRCTC PNR number and get current PNR status
什麼是Simply PNR?
Simply PNR是由App Kichidi開發的Chrome擴展程式,該擴展的主要功能是“Simply enter the Indian Railways/IRCTC PNR number and get current PNR status”。
擴展截圖
下載Simply PNR擴展crx文件
下載Simply PNR擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | mnmepdpnanecdnlemfpkgeeoblhkhfoo |
官方網址 | 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" } ] } |