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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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" } } |