Cowin Booking

Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha

Cowin Booking là gì?

Cowin Booking là một tiện ích mở rộng Chrome được phát triển bởi muthali ganesh, và tính năng chính của nó là "Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cowin Booking

Tải xuống các tệp mở rộng Cowin Booking 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

                        Automatically books cowin vaccination appointment quickly and automatically                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cowin Booking Cowin Booking
ID hpkpbfeihkdokkifjnfomcpjldjfpmig
URL Chính Thức https://chromewebstore.google.com/detail/cowin-booking/hpkpbfeihkdokkifjnfomcpjldjfpmig
Mô tả Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha
Kích Thước Tệp 100 KB
Số Lần Cài Đặt 25,128
Phiên Bản Hiện Tại 4.1.2
Cập Nhật Lần Cuối 2021-06-08
Ngày Phát Hành 2021-06-03
Đánh Giá 4.45/5 Tổng số 53 Đánh Giá
Nhà Phát Triển muthali ganesh
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.aozata.com
URL Trang Trợ Giúp https://www.aozata.com/quickest-way-to-book-vaccine-slot-on-cowin-website/
URL Trang Chính Sách Bảo Mật https://aozata.com/aozata-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}