Auto UCSB Covid Survey Filler

Auto fill that Covid Survey you lazy monkey

¿Qué es Auto UCSB Covid Survey Filler?

Auto UCSB Covid Survey Filler es una extensión de Chrome desarrollada por carlosdelajunior, y su función principal es "Auto fill that Covid Survey you lazy monkey".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Auto UCSB Covid Survey Filler

Descarga archivos de extensión Auto UCSB Covid Survey Filler en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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"                    

Información Básica de la Extensión

Nombre Auto UCSB Covid Survey Filler Auto UCSB Covid Survey Filler
ID ofpjaihjnmaccagommbdjhlmbobneohe
URL Oficial https://chromewebstore.google.com/detail/auto-ucsb-covid-survey-fi/ofpjaihjnmaccagommbdjhlmbobneohe
Descripción Auto fill that Covid Survey you lazy monkey
Tamaño del Archivo 320 KB
Cantidad de Instalaciones 13
Versión Actual 1.0
Última Actualización 2021-09-29
Fecha de Publicación 2021-09-26
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador carlosdelajunior
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}