VisaJar - View US Visa Slots at US Consulates

View available US Visa Slots in India from community & contribute to help one another.

Qu'est-ce que VisaJar - View US Visa Slots at US Consulates ?

VisaJar - View US Visa Slots at US Consulates est une extension Chrome développée par VisaJar.com, et sa fonction principale est "View available US Visa Slots in India from community & contribute to help one another.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension VisaJar - View US Visa Slots at US Consulates

Téléchargez les fichiers d'extension VisaJar - View US Visa Slots at US Consulates 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

                        The VisaJar.com extension helps you view the latest US Visa Appointments availability by the US Consulate/ Embassy across India, share it with the community. 

Finding a US Visa appointment in India can be very hard due to the sheer volume of applicants and limited capacity at US Consulates since the pandemic. Some common issues with visa slots checking is limits placed by the USVisaScheduling.com or CGI Federal portal like locking of user account for 72 hours, if you check more than few times in a day. 

Our goal with the extension is to help users be able to view the US visa appointments availability more than few times a day and login when slots are available to book an appointment. 

Visajar.com a community driven platform that helps real applicants get slots availability without locking them out of the USVisaScheduling.com or CGI Federal portal.                    

Informations de Base sur l'Extension

Nom VisaJar - View US Visa Slots at US Consulates VisaJar - View US Visa Slots at US Consulates
ID jncoddpongbmicpdjccbcgnldjeokika
URL Officiel https://chromewebstore.google.com/detail/visajar-view-us-visa-slot/jncoddpongbmicpdjccbcgnldjeokika
Description View available US Visa Slots in India from community & contribute to help one another.
Taille du Fichier 165 KB
Nombre d'Installations 764
Version Actuelle 2.0.1
Dernière Mise à Jour 2023-10-10
Date de Publication 2023-02-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur VisaJar.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://visajar.com
URL de la Page d'Aide https://visajar.com/contact
URL de la Page de Politique de Confidentialité https://visajar.com/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VisaJar - View US Visa Slots at US Consulates",
    "version": "2.0.1",
    "manifest_version": 3,
    "description": "View available US Visa Slots in India from community & contribute to help one another.",
    "icons": {
        "16": "img\/VisaJarLogo.png",
        "32": "img\/VisaJarLogo.png",
        "48": "img\/VisaJarLogo.png",
        "128": "img\/VisaJarLogo.png"
    },
    "action": {
        "default_title": "US Visa Slots at India Consulates",
        "default_popup": "index.html",
        "default_icon": {
            "16": "img\/VisaJarLogo.png",
            "24": "img\/VisaJarLogo.png",
            "32": "img\/VisaJarLogo.png"
        }
    },
    "author": "[email protected]",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/portal.ustraveldocs.com\/scheduleappointment",
                "https:\/\/portal.ustraveldocs.com\/*pplicant*ome",
                "https:\/\/portal.ustraveldocs.com\/*\/scheduleappointment",
                "https:\/\/portal.ustraveldocs.com\/*\/*pplicant*ome",
                "https:\/\/*.usvisascheduling.com\/en-US\/*"
            ],
            "js": [
                "js\/html2canvas.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/portal.ustraveldocs.com\/",
                "https:\/\/portal.ustraveldocs.com\/?country=*"
            ],
            "js": [
                "js\/oldPortal.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/atlasauth.b2clogin.com\/*\/oauth*\/*"
            ],
            "js": [
                "js\/newPortal.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "index.html"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.usvisascheduling.com\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.visajar.com\/*",
            "https:\/\/d1cbh3kw2dp2bi.cloudfront.net\/*"
        ]
    }
}