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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } ] } |