Automatic Visa appointment Scheduler

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

Wat is Automatic Visa appointment Scheduler?

Automatic Visa appointment Scheduler is een Chrome-extensie ontwikkeld door development, en de belangrijkste functie is "Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Automatic Visa appointment Scheduler

Download Automatic Visa appointment Scheduler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Automatic Visa appointment Scheduler Automatic Visa appointment Scheduler
ID gfbeadfocefodihjffachcmcodegbbjp
Officiële URL https://chromewebstore.google.com/detail/automatic-visa-appointmen/gfbeadfocefodihjffachcmcodegbbjp
Beschrijving Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker
Bestandsgrootte 169 KB
Aantal Installaties 105
Huidige Versie 0.0.3
Laatst Bijgewerkt 2023-02-21
Publicatiedatum 2022-11-25
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar development
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}