US Visa Slot Finder

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

Wat is US Visa Slot Finder?

US Visa Slot Finder is een Chrome-extensie ontwikkeld door weheardyou7, en de belangrijkste functie is "Searches a slot for you! Make your life easy!!!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie US Visa Slot Finder

Download US Visa Slot Finder-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

                        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.                    

Basisinformatie over de Extensie

Naam US Visa Slot Finder US Visa Slot Finder
ID kfnfjifmokgpbjgmbckdhnjphhaefdoh
Officiële URL https://chromewebstore.google.com/detail/us-visa-slot-finder/kfnfjifmokgpbjgmbckdhnjphhaefdoh
Beschrijving Searches a slot for you! Make your life easy!!!
Bestandsgrootte 1.44 MB
Aantal Installaties 289
Huidige Versie 1.0
Laatst Bijgewerkt 2022-07-10
Publicatiedatum 2022-07-10
Ontwikkelaar weheardyou7
E-mail [email protected]
Betalingswijze in_app
Ondersteunde Talen 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"
}