MY PNR status
Here you can check instant PNR Status Online and with ease.
Cos'è MY PNR status?
MY PNR status è un'estensione di Chrome sviluppata da PNR Status, e la sua funzione principale è "Here you can check instant PNR Status Online and with ease.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MY PNR status
Scarica i file di estensione MY PNR status in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | ckdabgofpgfphpobdiakfoolckhploia |
URL Ufficiale | https://chrome.google.com/webstore/detail/my-pnr-status/ckdabgofpgfphpobdiakfoolckhploia |
Descrizione | Here you can check instant PNR Status Online and with ease. |
Dimensione del File | 12.3 KB |
Conteggio Installazioni | 125 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2016-08-23 |
Data di Pubblicazione | 2016-08-23 |
Sviluppatore | PNR Status |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://pnrstatus.org |
URL della Pagina di Aiuto | http://pnrstatus.org |
URL della Pagina della Politica sulla Privacy | http://pnrstatus.org/privacy-policy |
Lingue Supportate | 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:\/\/*\/*" ] } |