VisaSlots.info

Crowdsourced Visa Slot Availability

Hvad er VisaSlots.info?

VisaSlots.info er en Chrome-udvidelse udviklet af https://visaslots.info, og dens hovedfunktion er "Crowdsourced Visa Slot Availability".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download VisaSlots.info-udvidelses-CRX-fil

Download VisaSlots.info-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn VisaSlots.info VisaSlots.info
ID oabehjadicgppcgikbggaoggnnhclhkp
Officiel URL https://chromewebstore.google.com/detail/visaslotsinfo/oabehjadicgppcgikbggaoggnnhclhkp
Beskrivelse Crowdsourced Visa Slot Availability
Filstørrelse 19.89 KB
Antal Installationer 2,641
Nuværende Version 0.5.6
Senest Opdateret 2023-09-11
Udgivelsesdato 2023-01-25
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://visaslots.info
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://visaslots.info
Hjælpeside-URL https://visaslots.info/faq
Understøttede Sprog 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\/*"
    ]
}