Auto UCSB Covid Survey Filler

Auto fill that Covid Survey you lazy monkey

Vad är Auto UCSB Covid Survey Filler?

Auto UCSB Covid Survey Filler är en Chrome-tillägg utvecklad av carlosdelajunior, och dess huvudfunktion är "Auto fill that Covid Survey you lazy monkey".

Tilläggsskärmbilder

screenshot

Ladda ner Auto UCSB Covid Survey Filler-förlängningens CRX-fil

Ladda ner Auto UCSB Covid Survey Filler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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"                    

Grundläggande Information om Tillägg

Namn Auto UCSB Covid Survey Filler Auto UCSB Covid Survey Filler
ID ofpjaihjnmaccagommbdjhlmbobneohe
Officiell webbadress https://chromewebstore.google.com/detail/auto-ucsb-covid-survey-fi/ofpjaihjnmaccagommbdjhlmbobneohe
Beskrivning Auto fill that Covid Survey you lazy monkey
Filstorlek 320 KB
Antal Installationer 13
Aktuell Version 1.0
Senast Uppdaterad 2021-09-29
Publiceringsdatum 2021-09-26
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare carlosdelajunior
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}