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 |
官方網址 | 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" } } |