Auto UCSB Covid Survey Filler
Auto fill that Covid Survey you lazy monkey
What is Auto UCSB Covid Survey Filler?
Auto UCSB Covid Survey Filler is a Chrome extension developed by carlosdelajunior, and its main feature is "Auto fill that Covid Survey you lazy monkey".
Extension Screenshots
Download Auto UCSB Covid Survey Filler Extension CRX File
Download Auto UCSB Covid Survey Filler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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"
Extension Basic Information
Name | Auto UCSB Covid Survey Filler |
ID | ofpjaihjnmaccagommbdjhlmbobneohe |
Official URL | https://chromewebstore.google.com/detail/auto-ucsb-covid-survey-fi/ofpjaihjnmaccagommbdjhlmbobneohe |
Description | Auto fill that Covid Survey you lazy monkey |
File Size | 320 KB |
Installation Count | 13 |
Current Version | 1.0 |
Last Updated | 2021-09-29 |
Publish Date | 2021-09-26 |
Rating | 1.00/5 Total 1 Ratings |
Developer | carlosdelajunior |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |