US Visa Slot Finder

Searches a slot for you! Make your life easy!!!

US Visa Slot Finder là gì?

US Visa Slot Finder là một tiện ích mở rộng Chrome được phát triển bởi weheardyou7, và tính năng chính của nó là "Searches a slot for you! Make your life easy!!!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng US Visa Slot Finder

Tải xuống các tệp mở rộng US Visa Slot Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The extension refreshes the US VISA appointment webpage continuously searching for an appointment. Currently, it will not book the slot but will display available date as soon as they are available.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên US Visa Slot Finder US Visa Slot Finder
ID kfnfjifmokgpbjgmbckdhnjphhaefdoh
URL Chính Thức https://chromewebstore.google.com/detail/us-visa-slot-finder/kfnfjifmokgpbjgmbckdhnjphhaefdoh
Mô tả Searches a slot for you! Make your life easy!!!
Kích Thước Tệp 1.44 MB
Số Lần Cài Đặt 289
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-07-10
Ngày Phát Hành 2022-07-10
Nhà Phát Triển weheardyou7
Email [email protected]
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "US Visa Slot Finder",
    "short_name": "US Visa Slot Finder",
    "version": "1.0",
    "author": "Estate Bytes",
    "description": "Searches a slot for you! Make your life easy!!!",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_title": "Auto Refresher",
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "tabs"
    ],
    "options_page": "options.html"
}