Singapore PR Application Status Quick Check
This extension help retrieve PR application status instantly.
Hvad er Singapore PR Application Status Quick Check?
Singapore PR Application Status Quick Check er en Chrome-udvidelse udviklet af Zheng Yang, og dens hovedfunktion er "This extension help retrieve PR application status instantly.".
Udvidelsesskærmbilleder
Download Singapore PR Application Status Quick Check-udvidelses-CRX-fil
Download Singapore PR Application Status Quick Check-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | opfjemebnkjmadgpgljcfmigeklopdko |
Officiel URL | https://chrome.google.com/webstore/detail/singapore-pr-application/opfjemebnkjmadgpgljcfmigeklopdko |
Beskrivelse | This extension help retrieve PR application status instantly. |
Filstørrelse | 171 KB |
Antal Installationer | 53 |
Nuværende Version | 1.0 |
Senest Opdateret | 2013-11-24 |
Udgivelsesdato | 2013-11-24 |
Bedømmelse | 5.00/5 Samlet 6 Bedømmelser |
Udvikler | Zheng Yang |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |