US Visa Slot Finder
Searches a slot for you! Make your life easy!!!
O que é US Visa Slot Finder?
US Visa Slot Finder é uma extensão do Chrome desenvolvida por weheardyou7, e sua principal característica é "Searches a slot for you! Make your life easy!!!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão US Visa Slot Finder
Baixe arquivos de extensão US Visa Slot Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
The extension refreshes the US VISA appointment webpage continuously searching for an appointment. Currently, it will not book the slot but will display available date as soon as they are available.
Informações Básicas da Extensão
Nome | US Visa Slot Finder |
ID | kfnfjifmokgpbjgmbckdhnjphhaefdoh |
URL Oficial | https://chromewebstore.google.com/detail/us-visa-slot-finder/kfnfjifmokgpbjgmbckdhnjphhaefdoh |
Descrição | Searches a slot for you! Make your life easy!!! |
Tamanho do Arquivo | 1.44 MB |
Contagem de Instalações | 289 |
Versão Atual | 1.0 |
Última Atualização | 2022-07-10 |
Data de Publicação | 2022-07-10 |
Desenvolvedor | weheardyou7 |
[email protected] | |
Tipo de Pagamento | in_app |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "US Visa Slot Finder", "short_name": "US Visa Slot Finder", "version": "1.0", "author": "Estate Bytes", "description": "Searches a slot for you! Make your life easy!!!", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/extensionpay.com\/*" ], "js": [ "ExtPay.js" ], "run_at": "document_start" } ], "action": { "default_title": "Auto Refresher", "default_popup": "popup.html", "default_icon": "icon.png" }, "permissions": [ "activeTab", "scripting", "storage", "tabs" ], "options_page": "options.html" } |