Auto UCSB Covid Survey Filler
Auto fill that Covid Survey you lazy monkey
Qu'est-ce que Auto UCSB Covid Survey Filler ?
Auto UCSB Covid Survey Filler est une extension Chrome développée par carlosdelajunior, et sa fonction principale est "Auto fill that Covid Survey you lazy monkey".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Auto UCSB Covid Survey Filler
Téléchargez les fichiers d'extension Auto UCSB Covid Survey Filler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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"
Informations de Base sur l'Extension
Nom | Auto UCSB Covid Survey Filler |
ID | ofpjaihjnmaccagommbdjhlmbobneohe |
URL Officiel | https://chromewebstore.google.com/detail/auto-ucsb-covid-survey-fi/ofpjaihjnmaccagommbdjhlmbobneohe |
Description | Auto fill that Covid Survey you lazy monkey |
Taille du Fichier | 320 KB |
Nombre d'Installations | 13 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-09-29 |
Date de Publication | 2021-09-26 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | carlosdelajunior |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |