Automatic Visa appointment Scheduler

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

O que é Automatic Visa appointment Scheduler?

Automatic Visa appointment Scheduler é uma extensão do Chrome desenvolvida por development, e sua principal característica é "Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Automatic Visa appointment Scheduler

Baixe arquivos de extensão Automatic Visa appointment Scheduler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Automatic Visa appointment Scheduler Automatic Visa appointment Scheduler
ID gfbeadfocefodihjffachcmcodegbbjp
URL Oficial https://chromewebstore.google.com/detail/automatic-visa-appointmen/gfbeadfocefodihjffachcmcodegbbjp
Descrição Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker
Tamanho do Arquivo 169 KB
Contagem de Instalações 105
Versão Atual 0.0.3
Última Atualização 2023-02-21
Data de Publicação 2022-11-25
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor development
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
            ]
        }
    ]
}