USCIS Case Status

Case Status only

USCIS Case Statusคืออะไร?

USCIS Case Status เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kiruja และคุณลักษณะหลักของมันคือ "Case Status only"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย USCIS Case Status

ดาวน์โหลดไฟล์ส่วนขยาย USCIS Case Status ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The USCIS Case Status Chrome Extension is your essential tool for tracking the status of your USCIS (U.S. Citizenship and Immigration Services) receipts with ease and convenience. Whether you're waiting for important updates on your immigration or visa applications, this extension has you covered.

Key Features:

1. Real-Time Status Updates: This extension allows you to effortlessly monitor the progress of your USCIS receipts. Simply enter your receipt numbers in the options, and you'll receive instant access to the latest case status information.

2. Privacy and Security: Rest assured that your personal information remains private. The USCIS Case Status Chrome Extension operates by using the official uscis.gov URL to fetch status updates, and it does not store or track any of your personal data on external servers.

3. User-Friendly Options Screen: The extension features a user-friendly options screen, where you can conveniently update receipt and name information in JSON format. This customizable interface gives you full control over your tracking preferences.

4. Opt-In/Out Notifications: Choose to stay informed with optional notifications. The USCIS Case Status Chrome Extension offers you the flexibility to opt in or out of notifications, ensuring you receive updates on your terms.

5. Status Display: Stay informed with a status display that color-codes the latest updates, making it easy to identify the most current information at a glance.

With the USCIS Case Status Chrome Extension, tracking the progress of your USCIS receipts has never been simpler. Whether you're an immigration applicant, petitioner, or anyone dealing with USCIS matters, this extension empowers you to stay up-to-date with ease.

Install the USCIS Case Status Chrome Extension today and take control of your case status tracking experience.

Minor Updates:
10/13/2023
Adding animation while waiting for data
Updated background notification delay to 4 hours.

9/30/2023
Updated URL changes.

7/12/2023
Badge now shows 1+ and 0 depends on today's case status.
7/11/2023
UI Changes updated
7/10/2023:
Date fix

Major Updates:
7/09/2022:
Version 2.0 Published
7/28/2022:
UI updates only.

8/3/2022 : 
1. Options: opt-in/opt-out Notifications.
2. Added Notifications & Alarm for every 30 mins; incase your receipt Updated Date is today.
3. Also, if there are any updates that is today, the extension icon display "U" text with Green Color else it will show "N" with red color.

8/6/2022: 
Updated the alarm to 15 mins from 30 mins - just to give an update with in 15 mins.
Notification UI closes automatically in 5 sec  - no need to manually close them any more...                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ USCIS Case Status USCIS Case Status
ID djlobipeggemakgbfbpepnfmfodfoacf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/uscis-case-status/djlobipeggemakgbfbpepnfmfodfoacf
คำอธิบาย Case Status only
ขนาดไฟล์ 389 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 2.06
อัปเดตครั้งล่าสุด 2023-10-18
วันที่เผยแพร่ 2022-07-31
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Kiruja
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "USCIS Case Status",
    "description": "Case Status only",
    "version": "2.06",
    "manifest_version": 3,
    "background": {
        "service_worker": "\/services\/background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/egov.uscis.gov\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "\/libs\/jquery-3.6.0.min.js"
            ]
        }
    ],
    "action": {
        "_execute_action_browser": {
            "suggested_key": {
                "default": "Alt+Shift+U"
            },
            "description": "Opens USCIS Display Status Window."
        }
    },
    "icons": {
        "16": "\/images\/update.png",
        "128": "\/images\/update.png"
    },
    "options_page": "\/views\/options.html"
}