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
Eメール [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"
    }
}