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是由Zheng Yang開發的Chrome擴展程式,該擴展的主要功能是“This extension help retrieve PR application status instantly.”。
擴展截圖
下載Singapore PR Application Status Quick Check擴展crx文件
下載Singapore PR Application Status Quick Check擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | opfjemebnkjmadgpgljcfmigeklopdko |
官方網址 | 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" ] } |