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"
    }
}