Auto UCSB Covid Survey Filler
Auto fill that Covid Survey you lazy monkey
O que é Auto UCSB Covid Survey Filler?
Auto UCSB Covid Survey Filler é uma extensão do Chrome desenvolvida por carlosdelajunior, e sua principal característica é "Auto fill that Covid Survey you lazy monkey".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Auto UCSB Covid Survey Filler
Baixe arquivos de extensão Auto UCSB Covid Survey Filler 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
Automatically completes the covid survey so that you don't have to awkwardly stand outside the dining hall rapidly tapping no to each question. There is an on/off button so you can turn it off when you are actually sick, but this is just a faster way. NOTE: It is defaulted to "Off", you must pin the plugin to your toolbar, click on the icon, and press the popup to turn it "On"
Informações Básicas da Extensão
Nome | Auto UCSB Covid Survey Filler |
ID | ofpjaihjnmaccagommbdjhlmbobneohe |
URL Oficial | https://chromewebstore.google.com/detail/auto-ucsb-covid-survey-fi/ofpjaihjnmaccagommbdjhlmbobneohe |
Descrição | Auto fill that Covid Survey you lazy monkey |
Tamanho do Arquivo | 320 KB |
Contagem de Instalações | 13 |
Versão Atual | 1.0 |
Última Atualização | 2021-09-29 |
Data de Publicação | 2021-09-26 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | carlosdelajunior |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto UCSB Covid Survey Filler", "description": "Auto fill that Covid Survey you lazy monkey", "version": "1.0", "author": "Carlos dela Junior", "browser_action": { "default_title": "Auto UCSB Covid Survey Filler" }, "permissions": [ "tabs", "webNavigation", "https:\/\/studenthealthoc.sa.ucsb.edu\/", "storage" ], "background": { "scripts": [ "background.js" ] }, "icons": { "64": ".\/icon1.png", "128": ".\/icon1.png" } } |