Premium Cowin Slot Book
Extension to fill data over selfregistration.cowin.gov portal to speed up covid vaccine slot booking including captcha solver
Premium Cowin Slot Book là gì?
Premium Cowin Slot Book là một tiện ích mở rộng Chrome được phát triển bởi https://cueweb.in, và tính năng chính của nó là "Extension to fill data over selfregistration.cowin.gov portal to speed up covid vaccine slot booking including captcha solver".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Premium Cowin Slot Book
Tải xuống các tệp mở rộng Premium Cowin Slot Book dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
UPDATE: "18-44 only" checkbox added Extension to speed up covid vaccine slot booking (captcha included) Book covid vaccine slots faster than ever! The Cowin booking extension serves as a utility for booking vaccination slots on the Cowin portal. The extension helps by adding form data like mobile number, state name, district name beforehand and then automatically filling up the data when you proceed for registration. Quick step-by-step guide: 1. Install the extension 2. Click on the "Edit autofill inputs" button on the top of the page in the left corner. 3. Fill in the information, the state name and the district name. Please make sure the spellings are correct, and words are with the first letter as capital. 4. Save the inputs by clicking on the "Save" button.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Premium Cowin Slot Book |
ID | fmnkdeiocphdbgngjeglognlcedojdpa |
URL Chính Thức | https://chromewebstore.google.com/detail/premium-cowin-slot-book/fmnkdeiocphdbgngjeglognlcedojdpa |
Mô tả | Extension to fill data over selfregistration.cowin.gov portal to speed up covid vaccine slot booking including captcha solver |
Kích Thước Tệp | 344 KB |
Số Lần Cài Đặt | 1,111 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2021-08-07 |
Ngày Phát Hành | 2021-05-28 |
Đánh Giá | 3.40/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | https://cueweb.in |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://cueweb.in |
URL Trang Trợ Giúp | http://cueweb.in |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/d/1vBSNGQ-Vc3SSdb858QGQTOHZ7wWJLkfU/p/1_6vQTK_EN20gu7H0VGOc4zWSUe4kLuBr/edit |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Premium Cowin Slot Book", "description": "Extension to fill data over selfregistration.cowin.gov portal to speed up covid vaccine slot booking including captcha solver", "version": "1.0.6", "content_scripts": [ { "matches": [ "https:\/\/selfregistration.cowin.gov.in\/*" ], "js": [ "jquery.min.js", "bootstrap.min.js", "contentScript.js", "shortcut.js", "sessionexp.js", "frog.js" ], "css": [ "bootstrap.min.css", "custom.css" ] } ], "icons": { "128": "iconp.png" } } |