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 |
电子邮箱 | [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\/*" ] } |