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?

Automatic Visa appointment Scheduler是由development開發的Chrome擴展程式,該擴展的主要功能是“Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker”。

擴展截圖

screenshot

下載Automatic Visa appointment Scheduler擴展crx文件

下載Automatic Visa appointment Scheduler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Automatic Visa appointment Scheduler Automatic Visa appointment Scheduler
ID gfbeadfocefodihjffachcmcodegbbjp
官方網址 https://chromewebstore.google.com/detail/automatic-visa-appointmen/gfbeadfocefodihjffachcmcodegbbjp
簡介 Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker
檔案大小 169 KB
安裝次數 105
目前版本 0.0.3
更新時間 2023-02-21
上架時間 2022-11-25
評分 1.00/5 共 1 次評分
開發者 development
電子郵箱 [email protected]
付費類型 free
支援的語言 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\/*"
            ]
        }
    ]
}