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란 무엇입니까?

Premium Cowin Slot Book은(는) https://cueweb.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to fill data over selfregistration.cowin.gov portal to speed up covid vaccine slot booking including captcha solver"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Premium Cowin Slot Book 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Premium Cowin Slot Book Premium Cowin Slot Book
ID fmnkdeiocphdbgngjeglognlcedojdpa
공식 URL https://chromewebstore.google.com/detail/premium-cowin-slot-book/fmnkdeiocphdbgngjeglognlcedojdpa
설명 Extension to fill data over selfregistration.cowin.gov portal to speed up covid vaccine slot booking including captcha solver
파일 크기 344 KB
설치 횟수 1,111
현재 버전 1.0.6
최근 업데이트 2021-08-07
출시 날짜 2021-05-28
평점 3.40/5 총 10 개의 평점
개발자 https://cueweb.in
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://cueweb.in
도움말 페이지 URL http://cueweb.in
개인정보 보호 정책 페이지 URL https://sites.google.com/d/1vBSNGQ-Vc3SSdb858QGQTOHZ7wWJLkfU/p/1_6vQTK_EN20gu7H0VGOc4zWSUe4kLuBr/edit
지원되는 언어 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"
    }
}