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”。
扩展截图
下载Premium Cowin Slot Book扩展crx文件
下载Premium Cowin Slot Book扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" } } |