USCIS Case Status Checker

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

Vad är USCIS Case Status Checker?

USCIS Case Status Checker är en Chrome-tillägg utvecklad av Bassem Abuein, och dess huvudfunktion är "USCIS Case Status Checker for cases like H1b,I-485,and I-140, I-765, I-131,etc.....".

Tilläggsskärmbilder

screenshot

Ladda ner USCIS Case Status Checker-förlängningens CRX-fil

Ladda ner USCIS Case Status Checker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn USCIS Case Status Checker USCIS Case Status Checker
ID pofgdngchgbjmecbncndhjnmdbnachge
Officiell webbadress https://chromewebstore.google.com/detail/uscis-case-status-checker/pofgdngchgbjmecbncndhjnmdbnachge
Beskrivning USCIS Case Status Checker for cases like H1b,I-485,and I-140, I-765, I-131,etc.....
Filstorlek 43.67 KB
Antal Installationer 284
Aktuell Version 1.6
Senast Uppdaterad 2019-12-29
Publiceringsdatum 2019-12-29
Betyg 4.92/5 Totalt 12 Betyg
Utvecklare Bassem Abuein
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://docs.google.com/document/d/e/2PACX-1vT6ux-ajEM8K1EvXNI4Ah2ST6VkfstqU3sE_ZFdqBko8Vr9s2xKzHDMIlLnyvjlRTu7UQM0pou_MO01/pub
Stödda Språk 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"
    }
}