Singapore PR Application Status Quick Check

This extension help retrieve PR application status instantly.

Vad är Singapore PR Application Status Quick Check?

Singapore PR Application Status Quick Check är en Chrome-tillägg utvecklad av Zheng Yang, och dess huvudfunktion är "This extension help retrieve PR application status instantly.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Singapore PR Application Status Quick Check-förlängningens CRX-fil

Ladda ner Singapore PR Application Status Quick Check-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Singapore PR Application Status Quick Check Singapore PR Application Status Quick Check
ID opfjemebnkjmadgpgljcfmigeklopdko
Officiell webbadress https://chrome.google.com/webstore/detail/singapore-pr-application/opfjemebnkjmadgpgljcfmigeklopdko
Beskrivning This extension help retrieve PR application status instantly.
Filstorlek 171 KB
Antal Installationer 53
Aktuell Version 1.0
Senast Uppdaterad 2013-11-24
Publiceringsdatum 2013-11-24
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare Zheng Yang
Betalningssätt free
Stödda Språk 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"
    ]
}