Cowin Booking
Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha
Cowin Bookingคืออะไร?
Cowin Booking เป็นส่วนขยายของ Chrome ที่พัฒนาโดย muthali ganesh และคุณลักษณะหลักของมันคือ "Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cowin Booking
ดาวน์โหลดไฟล์ส่วนขยาย Cowin Booking ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatically books cowin vaccination appointment quickly and automatically
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cowin Booking |
ID | hpkpbfeihkdokkifjnfomcpjldjfpmig |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cowin-booking/hpkpbfeihkdokkifjnfomcpjldjfpmig |
คำอธิบาย | Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha |
ขนาดไฟล์ | 100 KB |
จำนวนการติดตั้ง | 25,128 |
เวอร์ชันปัจจุบัน | 4.1.2 |
อัปเดตครั้งล่าสุด | 2021-06-08 |
วันที่เผยแพร่ | 2021-06-03 |
คะแนน | 4.45/5 รวมทั้งหมด 53 คะแนน |
ผู้พัฒนา | muthali ganesh |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.aozata.com |
URL หน้าช่วยเหลือ | https://www.aozata.com/quickest-way-to-book-vaccine-slot-on-cowin-website/ |
URL หน้านโยบายความเป็นส่วนตัว | https://aozata.com/aozata-privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cowin Booking", "description": "Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha", "version": "4.1.2", "content_scripts": [ { "matches": [ "https:\/\/selfregistration.cowin.gov.in\/*" ], "js": [ "jquery.min.js", "bootstrap.min.js", "model.js", "form.js", "contentScript.js", "captcha-dispatch-event.js", "shortcut.js", "sessionexp.js" ], "css": [ "bootstrap.min.css", "custom.css" ] } ], "icons": { "128": "icon.png" } } |