USCIS Case Checker

This extension allows you to get the status of your USCIS Case when you open your browser

What is USCIS Case Checker?

USCIS Case Checker is a Chrome extension developed by Rodrigo Almeida, and its main feature is "This extension allows you to get the status of your USCIS Case when you open your browser".

Extension Screenshots

screenshot

Download USCIS Case Checker Extension CRX File

Download USCIS Case Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name USCIS Case Checker USCIS Case Checker
ID kbpgjedjnfpaepfbgmmkcagofehiapmb
Official URL https://chromewebstore.google.com/detail/uscis-case-checker/kbpgjedjnfpaepfbgmmkcagofehiapmb
Description This extension allows you to get the status of your USCIS Case when you open your browser
File Size 210 KB
Installation Count 102
Current Version 1.1
Last Updated 2020-11-09
Publish Date 2019-10-19
Developer Rodrigo Almeida
Email [email protected]
Payment Type free
Extension Website http://rodrigoalmeida.info
Supported Languages 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\/*"
    ]
}