Singapore PR Application Status Quick Check
This extension help retrieve PR application status instantly.
Wat is Singapore PR Application Status Quick Check?
Singapore PR Application Status Quick Check is een Chrome-extensie ontwikkeld door Zheng Yang, en de belangrijkste functie is "This extension help retrieve PR application status instantly.".
Extensie Screenshots
Download het CRX-bestand van de extensie Singapore PR Application Status Quick Check
Download Singapore PR Application Status Quick Check-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
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.
Basisinformatie over de Extensie
Naam | |
ID | opfjemebnkjmadgpgljcfmigeklopdko |
Officiële URL | https://chrome.google.com/webstore/detail/singapore-pr-application/opfjemebnkjmadgpgljcfmigeklopdko |
Beschrijving | This extension help retrieve PR application status instantly. |
Bestandsgrootte | 171 KB |
Aantal Installaties | 53 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-11-24 |
Publicatiedatum | 2013-11-24 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Zheng Yang |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |