USCIS Case Checker
This extension allows you to get the status of your USCIS Case when you open your browser
USCIS Case Checkerとは何ですか?
USCIS Case CheckerはRodrigo Almeidaによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to get the status of your USCIS Case when you open your browser」です。
拡張機能のスクリーンショット
USCIS Case Checker拡張機能のCRXファイルをダウンロード
USCIS Case Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Check quickly your USCIS (U.S. Citizenship and Immigration Services) Case status. You should not have to access the USCIS Web site to do the same thing every day! Quick and simple!
拡張機能の基本情報
名前 | USCIS Case Checker |
ID | kbpgjedjnfpaepfbgmmkcagofehiapmb |
公式URL | https://chromewebstore.google.com/detail/uscis-case-checker/kbpgjedjnfpaepfbgmmkcagofehiapmb |
説明 | This extension allows you to get the status of your USCIS Case when you open your browser |
ファイルサイズ | 210 KB |
インストール数 | 102 |
現在のバージョン | 1.1 |
最終更新日 | 2020-11-09 |
公開日 | 2019-10-19 |
開発者 | Rodrigo Almeida |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://rodrigoalmeida.info |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "USCIS Case Checker", "description": "This extension allows you to get the status of your USCIS Case when you open your browser", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Check your USCIS case status" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "https:\/\/egov.uscis.gov\/casestatus\/*" ] } |