USCIS Case Status Checker

USCIS Case Status Checker for cases like H1b,I-485,and I-140, I-765, I-131,etc.....

USCIS Case Status Checker란 무엇입니까?

USCIS Case Status Checker은(는) Bassem Abuein에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "USCIS Case Status Checker for cases like H1b,I-485,and I-140, I-765, I-131,etc....."입니다.

확장 프로그램 스크린샷

screenshot

USCIS Case Status Checker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Why have I created "USCIS Case Status Checker" extension?
Whether you have H1B, I-485, I-140, etc. It's boring to navigate USCIS website every time to check your status.
You don't have to open your email and copy the 13th digits case number you have received from USCIS to check out your current status again.
Imagine you have 4 USCIS cases, and you want to check them again and again!

This extension allows you to query, save, and efficiently remove your USCIS cases. Also, It links you to USCIS Processing Time Information.

Remember,
Your USCIS cases stored locally.Nothing saved on the server.                    

확장 프로그램 기본 정보

이름 USCIS Case Status Checker USCIS Case Status Checker
ID pofgdngchgbjmecbncndhjnmdbnachge
공식 URL https://chromewebstore.google.com/detail/uscis-case-status-checker/pofgdngchgbjmecbncndhjnmdbnachge
설명 USCIS Case Status Checker for cases like H1b,I-485,and I-140, I-765, I-131,etc.....
파일 크기 43.67 KB
설치 횟수 284
현재 버전 1.6
최근 업데이트 2019-12-29
출시 날짜 2019-12-29
평점 4.92/5 총 12 개의 평점
개발자 Bassem Abuein
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/e/2PACX-1vT6ux-ajEM8K1EvXNI4Ah2ST6VkfstqU3sE_ZFdqBko8Vr9s2xKzHDMIlLnyvjlRTu7UQM0pou_MO01/pub
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "USCIS Case Status Checker",
    "description": "USCIS Case Status Checker for cases like H1b,I-485,and I-140, I-765, I-131,etc.....",
    "version": "1.6",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/egov.uscis.gov\/casestatus\/mycasestatus.do",
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    }
}