USAVisaSlot

Booking USA visa appointment made easy.

Qu'est-ce que USAVisaSlot ?

USAVisaSlot est une extension Chrome développée par https://www.usavisaslot.com, et sa fonction principale est "Booking USA visa appointment made easy.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension USAVisaSlot

Téléchargez les fichiers d'extension USAVisaSlot 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

                        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                    

Informations de Base sur l'Extension

Nom USAVisaSlot USAVisaSlot
ID oolnipfgbjafhhoplpmnnmgkeooghpne
URL Officiel https://chromewebstore.google.com/detail/usavisaslot/oolnipfgbjafhhoplpmnnmgkeooghpne
Description Booking USA visa appointment made easy.
Taille du Fichier 153 KB
Nombre d'Installations 3,649
Version Actuelle 0.9
Dernière Mise à Jour 2023-04-12
Date de Publication 2022-02-02
Évaluation 4.48/5 Total 48 Évaluations
Développeur https://www.usavisaslot.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.usavisaslot.com/
URL de la Page d'Aide https://www.usavisaslot.com/
URL de la Page de Politique de Confidentialité https://www.usavisaslot.com/terms
Langues Prises en Charge 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"
            ]
        }
    ]
}