Auto UCSB Covid Survey Filler

Auto fill that Covid Survey you lazy monkey

什么是Auto UCSB Covid Survey Filler?

Auto UCSB Covid Survey Filler是由carlosdelajunior开发的Chrome扩展程序,该扩展的主要功能是“Auto fill that Covid Survey you lazy monkey”。

扩展截图

screenshot

下载Auto UCSB Covid Survey Filler扩展crx文件

下载Auto UCSB Covid Survey Filler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"                    

扩展基本信息

名称 Auto UCSB Covid Survey Filler Auto UCSB Covid Survey Filler
ID ofpjaihjnmaccagommbdjhlmbobneohe
官方URL https://chromewebstore.google.com/detail/auto-ucsb-covid-survey-fi/ofpjaihjnmaccagommbdjhlmbobneohe
简介 Auto fill that Covid Survey you lazy monkey
文件大小 320 KB
安装次数 13
当前版本 1.0
更新时间 2021-09-29
上架时间 2021-09-26
评分 1.00/5 共1次评分
开发者 carlosdelajunior
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}