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”。
擴展截圖
下載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 |
ID | ofpjaihjnmaccagommbdjhlmbobneohe |
官方網址 | 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" } } |