VisaSlots.info
Crowdsourced Visa Slot Availability
Wat is VisaSlots.info?
VisaSlots.info is een Chrome-extensie ontwikkeld door https://visaslots.info, en de belangrijkste functie is "Crowdsourced Visa Slot Availability".
Extensie Screenshots
Download het CRX-bestand van de extensie VisaSlots.info
Download VisaSlots.info-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | VisaSlots.info |
ID | oabehjadicgppcgikbggaoggnnhclhkp |
Officiële URL | https://chromewebstore.google.com/detail/visaslotsinfo/oabehjadicgppcgikbggaoggnnhclhkp |
Beschrijving | Crowdsourced Visa Slot Availability |
Bestandsgrootte | 19.89 KB |
Aantal Installaties | 2,641 |
Huidige Versie | 0.5.6 |
Laatst Bijgewerkt | 2023-09-11 |
Publicatiedatum | 2023-01-25 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://visaslots.info |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://visaslots.info |
Help Pagina-URL | https://visaslots.info/faq |
Ondersteunde Talen | 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\/*" ] } |