US Visa Slot Finder

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

Vad är US Visa Slot Finder?

US Visa Slot Finder är en Chrome-tillägg utvecklad av weheardyou7, och dess huvudfunktion är "Searches a slot for you! Make your life easy!!!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner US Visa Slot Finder-förlängningens CRX-fil

Ladda ner US Visa Slot Finder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn US Visa Slot Finder US Visa Slot Finder
ID kfnfjifmokgpbjgmbckdhnjphhaefdoh
Officiell webbadress https://chromewebstore.google.com/detail/us-visa-slot-finder/kfnfjifmokgpbjgmbckdhnjphhaefdoh
Beskrivning Searches a slot for you! Make your life easy!!!
Filstorlek 1.44 MB
Antal Installationer 289
Aktuell Version 1.0
Senast Uppdaterad 2022-07-10
Publiceringsdatum 2022-07-10
Utvecklare weheardyou7
E-post [email protected]
Betalningssätt in_app
Stödda Språk 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"
}