Auto UCSB Covid Survey Filler

Auto fill that Covid Survey you lazy monkey

Что такое Auto UCSB Covid Survey Filler?

Auto UCSB Covid Survey Filler - это расширение Chrome, разработанное carlosdelajunior, и его основная функция - "Auto fill that Covid Survey you lazy monkey".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Auto UCSB Covid Survey Filler

Скачайте файлы расширений 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"
    }
}