MY PNR status
Here you can check instant PNR Status Online and with ease.
什么是MY PNR status?
MY PNR status是由PNR Status开发的Chrome扩展程序,该扩展的主要功能是“Here you can check instant PNR Status Online and with ease.”。
扩展截图
下载MY PNR status扩展crx文件
下载MY PNR status扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | ckdabgofpgfphpobdiakfoolckhploia |
官方URL | https://chrome.google.com/webstore/detail/my-pnr-status/ckdabgofpgfphpobdiakfoolckhploia |
简介 | Here you can check instant PNR Status Online and with ease. |
文件大小 | 12.3 KB |
安装次数 | 125 |
当前版本 | 0.2 |
更新时间 | 2016-08-23 |
上架时间 | 2016-08-23 |
开发者 | PNR Status |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://pnrstatus.org |
帮助页面URL | http://pnrstatus.org |
隐私政策页面URL | http://pnrstatus.org/privacy-policy |
支持的语言 | 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:\/\/*\/*" ] } |