Singapore PR Application Status Quick Check

This extension help retrieve PR application status instantly.

Was ist Singapore PR Application Status Quick Check?

Singapore PR Application Status Quick Check ist eine Chrome-Erweiterung, die von Zheng Yang entwickelt wurde, und ihr Hauptmerkmal ist "This extension help retrieve PR application status instantly.".

Erweiterungsscreenshots

screenshot
screenshot

Singapore PR Application Status Quick Check-Erweiterungs-CRX-Datei herunterladen

Laden Sie Singapore PR Application Status Quick Check-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Singapore PR Application Status Quick Check Singapore PR Application Status Quick Check
ID opfjemebnkjmadgpgljcfmigeklopdko
Offizielle URL https://chrome.google.com/webstore/detail/singapore-pr-application/opfjemebnkjmadgpgljcfmigeklopdko
Beschreibung This extension help retrieve PR application status instantly.
Dateigröße 171 KB
Installationsanzahl 53
Aktuelle Version 1.0
Letztes Update 2013-11-24
Veröffentlichungsdatum 2013-11-24
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler Zheng Yang
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}