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 هو إضافة Chrome تم تطويرها بواسطة Rodrigo Almeida، والميزة الرئيسية لها هي "This extension allows you to get the status of your USCIS Case when you open your browser".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة USCIS Case Checker

قم بتنزيل ملفات الامتداد USCIS Case Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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\/*"
    ]
}