Cowin Booking
Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha
什么是Cowin Booking?
Cowin Booking是由muthali ganesh开发的Chrome扩展程序,该扩展的主要功能是“Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha”。
扩展截图
下载Cowin Booking扩展crx文件
下载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" } } |