Automatic Visa appointment Scheduler

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

Cos'è Automatic Visa appointment Scheduler?

Automatic Visa appointment Scheduler è un'estensione di Chrome sviluppata da development, e la sua funzione principale è "Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Automatic Visa appointment Scheduler

Scarica i file di estensione Automatic Visa appointment Scheduler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Automatic Visa appointment Scheduler Automatic Visa appointment Scheduler
ID gfbeadfocefodihjffachcmcodegbbjp
URL Ufficiale https://chromewebstore.google.com/detail/automatic-visa-appointmen/gfbeadfocefodihjffachcmcodegbbjp
Descrizione Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker
Dimensione del File 169 KB
Conteggio Installazioni 105
Versione Corrente 0.0.3
Ultimo Aggiornamento 2023-02-21
Data di Pubblicazione 2022-11-25
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore development
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}