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