US Visa Slot Finder

Searches a slot for you! Make your life easy!!!

Qu'est-ce que US Visa Slot Finder ?

US Visa Slot Finder est une extension Chrome développée par weheardyou7, et sa fonction principale est "Searches a slot for you! Make your life easy!!!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension US Visa Slot Finder

Téléchargez les fichiers d'extension US Visa Slot Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        The extension refreshes the US VISA appointment webpage continuously searching for an appointment. Currently, it will not book the slot but will display available date as soon as they are available.                    

Informations de Base sur l'Extension

Nom US Visa Slot Finder US Visa Slot Finder
ID kfnfjifmokgpbjgmbckdhnjphhaefdoh
URL Officiel https://chromewebstore.google.com/detail/us-visa-slot-finder/kfnfjifmokgpbjgmbckdhnjphhaefdoh
Description Searches a slot for you! Make your life easy!!!
Taille du Fichier 1.44 MB
Nombre d'Installations 289
Version Actuelle 1.0
Dernière Mise à Jour 2022-07-10
Date de Publication 2022-07-10
Développeur weheardyou7
Email [email protected]
Type de Paiement in_app
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "US Visa Slot Finder",
    "short_name": "US Visa Slot Finder",
    "version": "1.0",
    "author": "Estate Bytes",
    "description": "Searches a slot for you! Make your life easy!!!",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_title": "Auto Refresher",
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "tabs"
    ],
    "options_page": "options.html"
}