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”。

擴展截圖

screenshot

下載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 USCIS Case Checker
ID kbpgjedjnfpaepfbgmmkcagofehiapmb
官方網址 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\/*"
    ]
}