Automatic Visa appointment Scheduler

Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker

Automatic Visa appointment Scheduler là gì?

Automatic Visa appointment Scheduler là một tiện ích mở rộng Chrome được phát triển bởi development, và tính năng chính của nó là "Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Automatic Visa appointment Scheduler

Tải xuống các tệp mở rộng Automatic Visa appointment Scheduler 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

                        Automatic Visa appointment Scheduler will help you to fetch the better dates for your appointment and schedule the earliest date on behalf of you as soon as it will find an available slot & make your visa and appointment process easy and quicker.                    

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

Tên Automatic Visa appointment Scheduler Automatic Visa appointment Scheduler
ID gfbeadfocefodihjffachcmcodegbbjp
URL Chính Thức https://chromewebstore.google.com/detail/automatic-visa-appointmen/gfbeadfocefodihjffachcmcodegbbjp
Mô tả Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker
Kích Thước Tệp 169 KB
Số Lần Cài Đặt 105
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2023-02-21
Ngày Phát Hành 2022-11-25
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển development
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Automatic Visa appointment Scheduler",
    "manifest_version": 3,
    "version": "0.0.3",
    "description": "Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker",
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/ais.usvisa-info.com\/*"
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery-3.6.1.min.js",
                "scripts\/jquery-ui.min.js",
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/ais.usvisa-info.com\/",
                "https:\/\/ais.usvisa-info.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/script.js"
            ],
            "matches": [
                "https:\/\/ais.usvisa-info.com\/*"
            ]
        }
    ]
}