Check US Visa Slots

This checkvisaslots.com's extension will provide access to check & share the US visa slots availability.

Check US Visa Slotsคืออะไร?

Check US Visa Slots เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://checkvisaslots.com และคุณลักษณะหลักของมันคือ "This checkvisaslots.com's extension will provide access to check & share the US visa slots availability."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Check US Visa Slots

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

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

                        Summary:  checkvisaslots.com is a collaborative screenshot sharing platform to check the US visa slots availability at US Consulates/Embassy in India. The screenshot sharing platform helps to check and track the availability of US visa appointments. The platform supports many US visa types like Student Visa (F-1),  Employment Visa (H-1B), Tourism & Business Visa (B1, B2, B1/B2).

Detailed Story:
Checking US visa slot availability has been a hurdle to millions of Indians every year for multiple reasons
1. Lack of slots availability
2. Locking out for 72 hours if the portal *thinks* the user is a bot
3. Do not show the availability of the slots for 24 hours after 3-5 checks or refreshes

To overcome all these hurdles and prevent being locked out by the visa portal just when needed the most, we, checkvisaslots.com with the help of fellow community members, who check for the visa availability slots, created this tool to share the availability of the slots when they log on to the US Visa appointment scheduling portal.

Improved UX:
1. Automatically navigate to the earliest slot availability
2. Show an overview of all available slots
3. Download appointment confirmation as PDF
4. To login faster, save your login details, question & answers in the extension. These are NOT sent to the server, saved in the extension itself.                    

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

ชื่อ Check US Visa Slots Check US Visa Slots
ID beepaenfejnphdgnkmccjcfiieihhogl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/check-us-visa-slots/beepaenfejnphdgnkmccjcfiieihhogl
คำอธิบาย This checkvisaslots.com's extension will provide access to check & share the US visa slots availability.
ขนาดไฟล์ 302 KB
จำนวนการติดตั้ง 33,060
เวอร์ชันปัจจุบัน 4.4.0
อัปเดตครั้งล่าสุด 2023-12-21
วันที่เผยแพร่ 2022-02-20
คะแนน 4.69/5 รวมทั้งหมด 604 คะแนน
ผู้พัฒนา https://checkvisaslots.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://checkvisaslots.com
URL หน้าช่วยเหลือ https://support.checkvisaslots.com
URL หน้านโยบายความเป็นส่วนตัว https://checkvisaslots.com/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Check US Visa Slots",
    "description": "This checkvisaslots.com's extension will provide access to check & share the US visa slots availability.",
    "manifest_version": 3,
    "version": "4.4.0",
    "homepage_url": "https:\/\/checkvisaslots.com\/",
    "background": {
        "service_worker": "js\/sw.js"
    },
    "action": {
        "default_icon": {
            "32": "img\/32.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "24": "img\/24.png",
        "32": "img\/32.png",
        "64": "img\/64.png",
        "128": "img\/128.png",
        "256": "img\/256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.usvisascheduling.com\/en-US\/*",
                "https:\/\/atlasauth.b2clogin.com\/*"
            ],
            "js": [
                "js\/html2canvas.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.usvisascheduling.com\/en-US\/appointment-confirmation\/*"
            ],
            "css": [
                "css\/sweetalert2.min.css"
            ],
            "js": [
                "js\/sweetalert2.min.js",
                "js\/html2pdf.bundle.min.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/portal.ustraveldocs.com\/",
                "https:\/\/portal.ustraveldocs.com\/?country=*"
            ],
            "js": [
                "js\/content2.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/atlasauth.b2clogin.com\/*\/oauth*\/*"
            ],
            "js": [
                "js\/content3.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "popup.html"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.usvisascheduling.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/ais.usvisa-info.com\/*\/niv\/schedule\/*"
        ]
    }
}