MY PNR status
Here you can check instant PNR Status Online and with ease.
What is MY PNR status?
MY PNR status is a Chrome extension developed by PNR Status, and its main feature is "Here you can check instant PNR Status Online and with ease.".
Extension Screenshots
Download MY PNR status Extension CRX File
Download MY PNR status extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | ckdabgofpgfphpobdiakfoolckhploia |
Official URL | https://chrome.google.com/webstore/detail/my-pnr-status/ckdabgofpgfphpobdiakfoolckhploia |
Description | Here you can check instant PNR Status Online and with ease. |
File Size | 12.3 KB |
Installation Count | 125 |
Current Version | 0.2 |
Last Updated | 2016-08-23 |
Publish Date | 2016-08-23 |
Developer | PNR Status |
[email protected] | |
Payment Type | free |
Extension Website | http://pnrstatus.org |
Help Page URL | http://pnrstatus.org |
Privacy Policy Page URL | http://pnrstatus.org/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MY PNR status", "description": "Here you can check instant PNR Status Online and with ease.", "version": "0.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |