Singapore PR Application Status Quick Check

This extension help retrieve PR application status instantly.

ما هو Singapore PR Application Status Quick Check؟

Singapore PR Application Status Quick Check هو إضافة Chrome تم تطويرها بواسطة Zheng Yang، والميزة الرئيسية لها هي "This extension help retrieve PR application status instantly.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Singapore PR Application Status Quick Check

قم بتنزيل ملفات الامتداد Singapore PR Application Status Quick Check بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Singapore PR Application Status Quick Check Singapore PR Application Status Quick Check
ID opfjemebnkjmadgpgljcfmigeklopdko
عنوان URL الرسمي https://chrome.google.com/webstore/detail/singapore-pr-application/opfjemebnkjmadgpgljcfmigeklopdko
الوصف This extension help retrieve PR application status instantly.
حجم الملف 171 KB
عدد التثبيتات 53
النسخة الحالية 1.0
آخر تحديث 2013-11-24
تاريخ النشر 2013-11-24
تقييم 5.00/5 مجموع تقييمات 6
المطور Zheng Yang
نوع الدفع free
اللغات المدعومة 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"
    ]
}