MY PNR status
Here you can check instant PNR Status Online and with ease.
Wat is MY PNR status?
MY PNR status is een Chrome-extensie ontwikkeld door PNR Status, en de belangrijkste functie is "Here you can check instant PNR Status Online and with ease.".
Extensie Screenshots
Download het CRX-bestand van de extensie MY PNR status
Download MY PNR status-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | ckdabgofpgfphpobdiakfoolckhploia |
Officiële URL | https://chrome.google.com/webstore/detail/my-pnr-status/ckdabgofpgfphpobdiakfoolckhploia |
Beschrijving | Here you can check instant PNR Status Online and with ease. |
Bestandsgrootte | 12.3 KB |
Aantal Installaties | 125 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2016-08-23 |
Publicatiedatum | 2016-08-23 |
Ontwikkelaar | PNR Status |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://pnrstatus.org |
Help Pagina-URL | http://pnrstatus.org |
URL van de Privacybeleid Pagina | http://pnrstatus.org/privacy-policy |
Ondersteunde Talen | 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:\/\/*\/*" ] } |