USAVisaSlot

Booking USA visa appointment made easy.

Cos'è USAVisaSlot?

USAVisaSlot è un'estensione di Chrome sviluppata da https://www.usavisaslot.com, e la sua funzione principale è "Booking USA visa appointment made easy.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione USAVisaSlot

Scarica i file di estensione USAVisaSlot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Install USAVisaslot extension and hang tight. You will get notified on Discord once the appointment is available.

If you are trying to get a USA visa appointment for a new job joining (H-1 visa), an urgent business trip (B-1 Visa), to meet family and loved ones (H-4 visa), to attend college (F-1 visa), or any other visa and you are out of luck for months due to below reasons 

 ❌. Limited access on CGI portal.
 ⚠️. Lockout for 72hrs. 
 🥺. Missing mass visa slots timeline (which generally come once in a month).
 🛎️. False alarming from different social media platforms. 
 💵. Overcharged fees from agents.
 😴. Sleepless nights.

then you are in right place. 💁🏽 USAVisaslot is a platform that brings all visa seekers together and notifies each one of them without any human intervention. 

Discord Server: https://discord.gg/KUwDazGnmS                    

Informazioni di Base sull'Estensione

Nome USAVisaSlot USAVisaSlot
ID oolnipfgbjafhhoplpmnnmgkeooghpne
URL Ufficiale https://chromewebstore.google.com/detail/usavisaslot/oolnipfgbjafhhoplpmnnmgkeooghpne
Descrizione Booking USA visa appointment made easy.
Dimensione del File 153 KB
Conteggio Installazioni 3,649
Versione Corrente 0.9
Ultimo Aggiornamento 2023-04-12
Data di Pubblicazione 2022-02-02
Valutazione 4.48/5 Totale 48 Valutazioni
Sviluppatore https://www.usavisaslot.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://www.usavisaslot.com/
URL della Pagina di Aiuto https://www.usavisaslot.com/
URL della Pagina della Politica sulla Privacy https://www.usavisaslot.com/terms
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "USAVisaSlot",
    "version": "0.9",
    "description": "Booking USA visa appointment made easy.",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "USAVisaSlot \nBooking USA visa appointment made easy."
    },
    "icons": {
        "16": "\/assets\/logo16.png",
        "32": "\/assets\/logo32.png",
        "128": "\/assets\/logo128.png",
        "192": "\/assets\/logo192.png",
        "512": "\/assets\/logo512.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/portal.ustraveldocs.com\/*",
                "https:\/\/cgifederal.secure.force.com\/applicanthome",
                "https:\/\/cgifederal.secure.force.com\/ApplicantHome",
                "https:\/\/cgifederal.secure.force.com\/scheduleappointment",
                "https:\/\/www.usavisaslot.com\/*",
                "https:\/\/atlas.my.salesforce-sites.com\/*"
            ],
            "js": [
                "html2canvas.js",
                "content_script.js"
            ]
        }
    ]
}