Simply PNR
Simply enter the Indian Railways/IRCTC PNR number and get current PNR status
Simply PNR là gì?
Simply PNR là một tiện ích mở rộng Chrome được phát triển bởi App Kichidi, và tính năng chính của nó là "Simply enter the Indian Railways/IRCTC PNR number and get current PNR status".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Simply PNR
Tải xuống các tệp mở rộng Simply PNR dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mnmepdpnanecdnlemfpkgeeoblhkhfoo |
URL Chính Thức | https://chrome.google.com/webstore/detail/simply-pnr/mnmepdpnanecdnlemfpkgeeoblhkhfoo |
Mô tả | Simply enter the Indian Railways/IRCTC PNR number and get current PNR status |
Kích Thước Tệp | 273 KB |
Số Lần Cài Đặt | 372 |
Phiên Bản Hiện Tại | 2.0.33 |
Cập Nhật Lần Cuối | 2015-12-18 |
Ngày Phát Hành | 2015-12-18 |
Đánh Giá | 4.14/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | App Kichidi |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |