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 |
Eメール | [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" } } |