US Visa Slot Finder

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

Was ist US Visa Slot Finder?

US Visa Slot Finder ist eine Chrome-Erweiterung, die von weheardyou7 entwickelt wurde, und ihr Hauptmerkmal ist "Searches a slot for you! Make your life easy!!!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

US Visa Slot Finder-Erweiterungs-CRX-Datei herunterladen

Laden Sie US Visa Slot Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name US Visa Slot Finder US Visa Slot Finder
ID kfnfjifmokgpbjgmbckdhnjphhaefdoh
Offizielle URL https://chromewebstore.google.com/detail/us-visa-slot-finder/kfnfjifmokgpbjgmbckdhnjphhaefdoh
Beschreibung Searches a slot for you! Make your life easy!!!
Dateigröße 1.44 MB
Installationsanzahl 289
Aktuelle Version 1.0
Letztes Update 2022-07-10
Veröffentlichungsdatum 2022-07-10
Entwickler weheardyou7
E-Mail [email protected]
Zahlungsart in_app
Unterstützte Sprachen 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"
}