CoWIN: Vaccinator 💉

A browser extension for superfast automated booking of vaccine slots on CoWIN.

CoWIN: Vaccinator 💉란 무엇입니까?

CoWIN: Vaccinator 💉은(는) https://ashish.link에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser extension for superfast automated booking of vaccine slots on CoWIN."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

CoWIN: Vaccinator 💉 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        After installation, visit the CoWIN self-registration portal.
You'll see a button to start the bot. Click on that button, fill in your details, and click on book my vaccine.
The bot will automatically fill in all your details on the CoWin website, and you only need to enter the OTP.
Once you enter the OTP, the bot will continuously search for available slots, and if found, it will auto-book it for you.

## Advanced Features

Superfast login
The bot saves your mobile number so, in case of log out, you only need to provide the OTP for a superfast login experience.

Multiple Pin Code
You can enter multiple comma(,) separated pin codes. The bot will search for the vaccine availability at all provided pin codes one by one. 

Search By State & District
You can also search for vaccine availability with State & District. You can only search with pin codes or state and district.

Multi-User Accounts
The bot supports accounts with multiple registered members. You need to select the correct Member Number On Dashboard. Example: If you have 3 registered members in one account, you can use this bot to book vaccines for all the 3 members one by one. You just need to provide the correct member number(the order in which they are present on the dashboard) for every member on the dashboard.

Dose 2
The bot also supports automated superfast booking for the second dose of vaccine.

Vaccine Preference
You can select the vaccine type from Covishield / Covaxin / Sputnik. You can also limit your search for only free vaccines.

Choose Vaccine Centre
If Let Me Choose The Vaccination Center is checked, the bot will hide all unavailable slots so you can choose the vaccine center from the list of all available centers, based on your preference. 

Autobook
If Autobook is selected, the bot will automatically select the available vaccination center and a time slot to autocomplete the booking for you.

Retry Interval
The interval after which the bot should retry searching. CoWIN allows 20 searches within 15 mins, please provide this value responsibly.

Rate Limit Pause
If selected, the bot automatically pauses after it reaches the 20 search rate limit in 15 mins and it automatically continues after the cool-down period.

Audio Alerts
You get an audio alert when a slot is found or when you need to enter your OTP so that you never miss the opportunity to book a slot.


*In case the bot is stuck or behaves unexpectedly, stop the bot and try refreshing the page.
**All the data provided by you always stay on your computer. It is not stored/shared anywhere else.                    

확장 프로그램 기본 정보

이름 CoWIN: Vaccinator 💉 CoWIN: Vaccinator 💉
ID edjhnplefifonpibnpeieioopodfloio
공식 URL https://chromewebstore.google.com/detail/cowin-vaccinator-%F0%9F%92%89/edjhnplefifonpibnpeieioopodfloio
설명 A browser extension for superfast automated booking of vaccine slots on CoWIN.
파일 크기 34.22 KB
설치 횟수 3,539
현재 버전 2.3
최근 업데이트 2021-08-09
출시 날짜 2021-06-07
평점 4.30/5 총 23 개의 평점
개발자 https://ashish.link
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cowin.ashish.link
도움말 페이지 URL https://github.com/ashish-r/cowin-vaccinator/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CoWIN: Vaccinator \ud83d\udc89",
    "version": "2.3",
    "manifest_version": 2,
    "description": "A browser extension for superfast automated booking of vaccine slots on CoWIN.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/selfregistration.cowin.gov.in\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "logo\/logo16.png",
        "48": "logo\/logo48.png",
        "128": "logo\/logo128.png"
    }
}