Singapore PR Application Status Quick Check
This extension help retrieve PR application status instantly.
Cos'è Singapore PR Application Status Quick Check?
Singapore PR Application Status Quick Check è un'estensione di Chrome sviluppata da Zheng Yang, e la sua funzione principale è "This extension help retrieve PR application status instantly.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Singapore PR Application Status Quick Check
Scarica i file di estensione Singapore PR Application Status Quick Check 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
This extension helps Singapore Permanent Resident (PR) applicant to access their status instantly. Your application information is saved locally and kept to your own browser. To manually retrieve your status, please go to ICA website: https://ienquiry.ica.gov.sg/home.do Disclaimer: This application is one of my hobby projects, therefore does not represent Singapore government.
Informazioni di Base sull'Estensione
Nome | |
ID | opfjemebnkjmadgpgljcfmigeklopdko |
URL Ufficiale | https://chrome.google.com/webstore/detail/singapore-pr-application/opfjemebnkjmadgpgljcfmigeklopdko |
Descrizione | This extension help retrieve PR application status instantly. |
Dimensione del File | 171 KB |
Conteggio Installazioni | 53 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2013-11-24 |
Data di Pubblicazione | 2013-11-24 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | Zheng Yang |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Singapore PR Application Status Quick Check", "short_name": "PR Check", "description": "This extension help retrieve PR application status instantly.", "version": "1.0", "options_page": "options.html", "browser_action": { "default_icon": { "19": "images\/icon_032.png", "38": "images\/icon_048.png" }, "default_popup": "popup.html" }, "permissions": [ "https:\/\/ienquiry.ica.gov.sg\/public\/enquire.do" ] } |