USCIS Case Checker

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

Vad är USCIS Case Checker?

USCIS Case Checker är en Chrome-tillägg utvecklad av Rodrigo Almeida, och dess huvudfunktion är "This extension allows you to get the status of your USCIS Case when you open your browser".

Tilläggsskärmbilder

screenshot

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

Ladda ner USCIS Case 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

                        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!                    

Grundläggande Information om Tillägg

Namn USCIS Case Checker USCIS Case Checker
ID kbpgjedjnfpaepfbgmmkcagofehiapmb
Officiell webbadress https://chromewebstore.google.com/detail/uscis-case-checker/kbpgjedjnfpaepfbgmmkcagofehiapmb
Beskrivning This extension allows you to get the status of your USCIS Case when you open your browser
Filstorlek 210 KB
Antal Installationer 102
Aktuell Version 1.1
Senast Uppdaterad 2020-11-09
Publiceringsdatum 2019-10-19
Utvecklare Rodrigo Almeida
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://rodrigoalmeida.info
Stödda Språk 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\/*"
    ]
}