Auto UCSB Covid Survey Filler

Auto fill that Covid Survey you lazy monkey

Was ist Auto UCSB Covid Survey Filler?

Auto UCSB Covid Survey Filler ist eine Chrome-Erweiterung, die von carlosdelajunior entwickelt wurde, und ihr Hauptmerkmal ist "Auto fill that Covid Survey you lazy monkey".

Erweiterungsscreenshots

screenshot

Auto UCSB Covid Survey Filler-Erweiterungs-CRX-Datei herunterladen

Laden Sie Auto UCSB Covid Survey Filler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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"                    

Grundlegende Informationen zur Erweiterung

Name Auto UCSB Covid Survey Filler Auto UCSB Covid Survey Filler
ID ofpjaihjnmaccagommbdjhlmbobneohe
Offizielle URL https://chromewebstore.google.com/detail/auto-ucsb-covid-survey-fi/ofpjaihjnmaccagommbdjhlmbobneohe
Beschreibung Auto fill that Covid Survey you lazy monkey
Dateigröße 320 KB
Installationsanzahl 13
Aktuelle Version 1.0
Letztes Update 2021-09-29
Veröffentlichungsdatum 2021-09-26
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler carlosdelajunior
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}