VisaSlots.info

Crowdsourced Visa Slot Availability

What is VisaSlots.info?

VisaSlots.info is a Chrome extension developed by https://visaslots.info, and its main feature is "Crowdsourced Visa Slot Availability".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download VisaSlots.info Extension CRX File

Download VisaSlots.info extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension helps us crowdsource the latest availability of visa appointment slots. You can view the latest availability and subscribe to the latest updates at visaslots.info                    

Extension Basic Information

Name VisaSlots.info VisaSlots.info
ID oabehjadicgppcgikbggaoggnnhclhkp
Official URL https://chromewebstore.google.com/detail/visaslotsinfo/oabehjadicgppcgikbggaoggnnhclhkp
Description Crowdsourced Visa Slot Availability
File Size 19.89 KB
Installation Count 2,641
Current Version 0.5.6
Last Updated 2023-09-11
Publish Date 2023-01-25
Rating 5.00/5 Total 2 Ratings
Developer https://visaslots.info
Email [email protected]
Payment Type free
Extension Website https://visaslots.info
Help Page URL https://visaslots.info/faq
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VisaSlots.info",
    "version": "0.5.6",
    "description": "Crowdsourced Visa Slot Availability",
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "icons": {
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_title": "VisaSlots.info",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/visaslots.info\/*"
            ],
            "js": [
                "scripts\/history.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.usvisascheduling.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.usvisascheduling.com\/*"
    ]
}