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 |
公式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" ] } |