Auto UCSB Covid Survey Filler

Auto fill that Covid Survey you lazy monkey

Auto UCSB Covid Survey Filler là gì?

Auto UCSB Covid Survey Filler là một tiện ích mở rộng Chrome được phát triển bởi carlosdelajunior, và tính năng chính của nó là "Auto fill that Covid Survey you lazy monkey".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto UCSB Covid Survey Filler

Tải xuống các tệp mở rộng Auto UCSB Covid Survey Filler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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"                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Auto UCSB Covid Survey Filler Auto UCSB Covid Survey Filler
ID ofpjaihjnmaccagommbdjhlmbobneohe
URL Chính Thức https://chromewebstore.google.com/detail/auto-ucsb-covid-survey-fi/ofpjaihjnmaccagommbdjhlmbobneohe
Mô tả Auto fill that Covid Survey you lazy monkey
Kích Thước Tệp 320 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-09-29
Ngày Phát Hành 2021-09-26
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển carlosdelajunior
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}